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
I encountered a little wierd problem, with this lib.
It works perfectly with any other api version I tried, but with api 21 it "disables" the drag&drop functionality.
In ItemTouchHelper class, there is a method, called "moveIfNecessary", it always returns on the first condition, therefore onMove never get called.
I tried different support versions too.
The text was updated successfully, but these errors were encountered:
I encountered a little wierd problem, with this lib.
It works perfectly with any other api version I tried, but with api 21 it "disables" the drag&drop functionality.
In ItemTouchHelper class, there is a method, called "moveIfNecessary", it always returns on the first condition, therefore onMove never get called.
I tried different support versions too.
The text was updated successfully, but these errors were encountered: