You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When LimitAdapter gets an insertion while full, it currently issues a change notification over the whole range. This doesn't look great, so it'd be better to issue a removal + insertion instead.
The text was updated successfully, but these errors were encountered:
When
LimitAdapter
gets an insertion while full, it currently issues a change notification over the whole range. This doesn't look great, so it'd be better to issue a removal + insertion instead.The text was updated successfully, but these errors were encountered: