Skip to content

Conversation

@WurstMitDurst
Copy link

setPanelState() does ignore any call, if a sliding animation is in progress.

This means: When calling
setPanelState(SlidingUpPanelLayout.PanelState.EXPANDED
immediately followed by
setPanelState(SlidingUpPanelLayout.PanelState.HIDDEN),
the SlidingUpPanelLayout does ignore the second call, if the animation of the first one is still running.

(At least for me) This commit fixes this.

@tokudu
Copy link
Contributor

tokudu commented Sep 17, 2017

Thanks! Merging

@tokudu tokudu merged commit a96cfcb into umano:master Sep 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants