Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unregister dragging listener when closing card programatically #13

Closed
davidmigloz opened this issue Oct 8, 2017 · 1 comment
Closed
Assignees

Comments

@davidmigloz
Copy link
Owner

No description provided.

@davidmigloz
Copy link
Owner Author

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant