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
Specifically, if the user taps "Record" and then taps "Sketch", the app navigates to the Sketch screen, but the attachment dialog remains visibly overlaid on top of the new screen.
Steps to reproduce:
in the note edit page, click the Attachment button
click the "Record" button
click the "Sketch" button
see the error: The app successfully navigates to the Sketch page, but the attachment dialog does not disappear. It remains overlaid on the screen, blocking the UI.
Expected behavior:
The attachment dialog should be dismissed (closed) immediately as soon as the user makes a selection and the app transitions to a new screen (like the Sketch page).