Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Currently the popup for login disappears when typing. This actually works fine in the emulator but not on actual device.
Still not fan of this solution since you can see the popup disappear and appear when typing but it is improvement until a better fix is found.
Originally i had no
onDismissRequest = {}
but that also means that you have to select an option from the list or will not disappear. But when you add it, it works on emulator but not on actual device. Which makes it disappear when you type.I tried a bunch of other solutions like disabling the dissmiss when typing but that had race condition issues.
before/current
studio64_PBUciULzg1.mp4
after
aHwCDVf6GN.mp4