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
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:
The text was updated successfully, but these errors were encountered:
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
If you call
closeDraggableContainer()
the view slides down and thenDragListener.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 andDragListener.onViewCosed()
is never called:The text was updated successfully, but these errors were encountered: