You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On iPhone, the sort button can be tapped again while the ActionSheet is open. This causes a flicker.
Hardware Specification
n/a
Steps to Reproduce the Bug
This bug cannot be reproduced with pnpm tauri dev. Run pnpm tauri ios dev (to run UniMe on device) or pnpm tauri ios dev 'iPhone 15' to launch the simulator.
Navigate to /me route.
Tap on sort button. Wait until ActionSheet displays.
Tap on the sort button again.
You should see a flicker while UniMe tries to render a second ActionSheet.
Actual Behaviour
Expected Behaviour
The sort button should be blocked until ActionSheet is not visible any more.
Errors
n/a
The text was updated successfully, but these errors were encountered:
Description
On iPhone, the sort button can be tapped again while the
ActionSheet
is open. This causes a flicker.Hardware Specification
n/a
Steps to Reproduce the Bug
This bug cannot be reproduced with
pnpm tauri dev
. Runpnpm tauri ios dev
(to run UniMe on device) orpnpm tauri ios dev 'iPhone 15'
to launch the simulator./me
route.ActionSheet
displays.ActionSheet
.Actual Behaviour
Expected Behaviour
The sort button should be blocked until
ActionSheet
is not visible any more.Errors
n/a
The text was updated successfully, but these errors were encountered: