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

Fix issue with slide-out animation on back press #110

Merged
merged 1 commit into from
Nov 2, 2024

Conversation

Carifio24
Copy link
Owner

This PR fixes #109. The issue is that we're currently responding to both action up and down back presses for closing the spell window. Getting two events caused the slide-out animation to get interrupted and not finish correctly. The fix here is to check whether the event is an action up (i.e. when the user has finished pressing the button).

@Carifio24 Carifio24 merged commit d893efa into master Nov 2, 2024
2 checks passed
@Carifio24 Carifio24 added the bug Something isn't working label Nov 2, 2024
@Carifio24 Carifio24 mentioned this pull request Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Animation doesn't show when closing spell window fragment using back button
1 participant