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
Now by default DragListener.onDragging() will be called only when the user is manually dragging the view. If the app calls DragToClose.closeDraggableContainer() to close the container programmatically DragListener.onDragging()won't be called.
If you still want DragListener.onDragging() to be called, you can force it setting DragToClose.setAlwaysNotifyOnDragging(true).
No description provided.
The text was updated successfully, but these errors were encountered: