8000 Fix bottom sheet flickering on Android by atn4z7 · Pull Request #2750 · ava-labs/core-mobile · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix bottom sheet flickering on Android #2750

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

Merged
merged 2 commits into from
May 14, 2025
Merged

Fix bottom sheet flickering on Android #2750

merged 2 commits into from
May 14, 2025

Conversation

atn4z7
Copy link
Collaborator
@atn4z7 atn4z7 commented May 14, 2025

Description

dismissing a modal via gesture for some reason results in some flickering on Android. for now, looks like the best solution is just to use 0 duration transition on Android to prevent the flickering. the drawback is that it also affects the transition when pressing physical back button.

Screenshots/Videos

before
https://github.com/user-attachments/assets/bbeb7d85-e0e4-436c-8b1d-44b8f375510a

after
https://github.com/user-attachments/assets/ab56d2e6-07ad-42e0-bcac-b5f8cc393570

Checklist

Please check all that apply (if applicable)

  • I have performed a self-review of my code
  • I have verified the code works
  • I have added/updated necessary unit tests
  • I have updated the documentation

onghwan
onghwan previously approved these changes May 14, 2025
Copy link
Contributor
@onghwan onghwan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

@atn4z7 atn4z7 merged commit 6d69b48 into main May 14, 2025
4 checks passed
@atn4z7 atn4z7 deleted the test-modal branch May 14, 2025 15:07
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
0