-
Notifications
You must be signed in to change notification settings - Fork 114
LL-451 Bottom modal glitches sometimes on certain Android phones #617
Conversation
i'm setting a HODL because we'll try to merge after apple submission (not sure about risk of modal lib bump and this only concerns Android) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some drawer still have the bug on Android 9, Galaxy S9.
See comment in Jira : https://ledgerhq.atlassian.net/browse/LL-451
wonder if it's really blocking if the bug is only remaining on 1 device. wdyt @gre |
If it's a regression on that device then I feel yes it's blocking. Better have a functional button with a glitchy UI (develop) rather than a button not reachable |
(the un-reachable button regression has been fixed, btw) |
Should be fixed for good this time
On some Android phones, under some conditions, the bottom modal shows a ugly glitch:
This PR change that to something less ugly, but still suboptimal:
It's not a real fix, but:
Also, as a bonus, this PR fixes facebook/react-native#4934.
This could fix the weird statusbar glitch on Android where there's too much top padding under some undetermined conditions.
Maybe.
I don't know.
It's Friday.
Type
Bug Fix(ish)
Context
https://ledgerhq.atlassian.net/browse/LL-451
Parts of the app affected / Test plan
On Galaxy S9, set the navigation bar to self hide then spam a modal until its bottom margin is too tall rather than showing the underlying UI.