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 the SwipeLayout is used with a ListView the multi-choice mode, which is set with listview.setChoiceMode(ListView.CHOICE_MODE_MULTIPLE_MODAL) and triggered by holding down an item, does not work, as it seems the library consumes all touch events.
Is there any workaround?
The text was updated successfully, but these errors were encountered:
When the SwipeLayout is used with a ListView the multi-choice mode, which is set with listview.setChoiceMode(ListView.CHOICE_MODE_MULTIPLE_MODAL) and triggered by holding down an item, does not work, as it seems the library consumes all touch events.
Is there any workaround?
The text was updated successfully, but these errors were encountered: