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

onViewCosed() never called if the screen size changes while closing view #25

Closed
davidmigloz opened this issue Dec 4, 2019 · 0 comments
Assignees
Labels

Comments

@davidmigloz
Copy link
Owner

If you call closeDraggableContainer() the view slides down and then DragListener.onViewCosed() is called.

However, if the screen size changes during the animation (e.g. the keyboard is open and when the user clicks Done, we close the keyboard and call closeDraggableContainer()), the draggable view gets stuck and DragListener.onViewCosed() is never called:

image

@davidmigloz davidmigloz added the bug label Dec 4, 2019
@davidmigloz davidmigloz self-assigned this Dec 4, 2019
@davidmigloz davidmigloz changed the title onViewCosed() never called in the screen size changes while closing view onViewCosed() never called if the screen size changes while closing view Dec 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant