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
Prevent events from happening while picking image (#460)
I ran into an issue on iOS with the bottom sheet controls (the select source buttons and dismissal) which were receiving tap events while the camera app was opened.
This resulted in two issues:
- Error 'Cancelled by a second request' when the user taps 'Use Photo' (because a select source button was also receiving the event)
- Weird behaviour if the user taps on the created photo before you tap 'Use Photo' (it was dismissing the bottom sheet, resulting in a second Navigation pop on Image confirm)
The proposed changes may not be the best way to prevent Events from reaching the bottom sheet while the camera is opened, feedback on how to improve this would be very welcome.
0 commit comments