fusion
fusion copied to clipboard
[Android] Prompt option sheet doesn't display when clicked
trafficstars
Spoke with them, they mentioned using pixel 6a which is weird because that's what I used to test & it's working.
My hunch is the fact that we have that timer loaded before the option sheets are displayed. Fix that and we fix the bug
First step towards fixing this is doing some tracking to understand how often this is happening.
- An event for when the button is clicked
- An event for when the sheet is displayed.
If there's a mismatch, then we record as an error
Fixed this