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
{{ message }}
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.
hi. great library.
i have a problem for getCount of item after swipe and remove item of view!!
after remove view count of getCount do not decrease?
and when i remove from my list two item of adapter remove. for example if i have 6 item after remove 3 item of my list in swipeRight or left onEmpty method call!!!
how can i fix this bug?
The text was updated successfully, but these errors were encountered:
you need to get itemCount? No, SwipeStack not decrease it, he just work with view. You can get real itemCount with stackAdapter.getItemCount() - swipeStack.getCurrentPosition
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hi. great library.
i have a problem for getCount of item after swipe and remove item of view!!
after remove view count of getCount do not decrease?
and when i remove from my list two item of adapter remove. for example if i have 6 item after remove 3 item of my list in swipeRight or left onEmpty method call!!!
how can i fix this bug?
The text was updated successfully, but these errors were encountered: