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
Here isSwipeEnabled is set from outside based on some condition. Even if I pass false to isSwipeEnabled and let the code swipeLayout.isEnabledSwipe = false run, it still let the user swipe instead of disabling.
The text was updated successfully, but these errors were encountered:
I have some conditions where I just want specific users to get the swipe functionality but somehow it is enabling swipe for everyone
Here isSwipeEnabled is set from outside based on some condition. Even if I pass false to isSwipeEnabled and let the code
swipeLayout.isEnabledSwipe = false
run, it still let the user swipe instead of disabling.The text was updated successfully, but these errors were encountered: