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
When two or more modal sheets are presented, and user quickly swipes to close the top sheet, iOS may automatically move the now top-most sheet to a detent it deems appropriate.
When that happens, we need to figure out how to observe that change, and notify SheetInteraction's delegate.
Currently, the delegate isn't notified, and user-interface state may not reflect the actual selected detent.
The text was updated successfully, but these errors were encountered:
When two or more modal sheets are presented, and user quickly swipes to close the top sheet, iOS may automatically move the now top-most sheet to a detent it deems appropriate.
When that happens, we need to figure out how to observe that change, and notify SheetInteraction's delegate.
Currently, the delegate isn't notified, and user-interface state may not reflect the actual selected detent.
The text was updated successfully, but these errors were encountered: