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
Notice that the modals opened via the bottom sheet remain in memory and are not cleaned up. If you instead dismiss the bottom sheet by tapping elsewhere in the app (and not closing it via bottomSheetParams.closeCallback()) the modal reference is cleaned up.
Not sure if this is the proper solution, but if you invoke this - this._bottomSheetClosed(); - at the end of ViewWithBottomSheetBase.closeBottomSheet, the modal reference appears to get cleaned up when following the flow listed above.
The text was updated successfully, but these errors were encountered:
@mono-tropa i tested and could not reproduce the issue. Here the modal stack is correctly emptied.
Can you create a simple reproducible example project?
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
Please, tell us how to recreate the issue in as much detail as possible.
Not sure if this is the proper solution, but if you invoke this - this._bottomSheetClosed(); - at the end of ViewWithBottomSheetBase.closeBottomSheet, the modal reference appears to get cleaned up when following the flow listed above.
The text was updated successfully, but these errors were encountered: