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 clicking outside the bottomsheet to close it, the navigator is not involved currently, meaning that it won't replace the stack leading to display issue on the next show + keeping the composables / viewmodel in memory.
Solution is to use the confirmStateChange parameter of the sheet state and when the target is Hidden, manually call the navigator hide and return false to not let the default handling happen.
The text was updated successfully, but these errors were encountered:
When clicking outside the bottomsheet to close it, the navigator is not involved currently, meaning that it won't replace the stack leading to display issue on the next show + keeping the composables / viewmodel in memory.
Solution is to use the confirmStateChange parameter of the sheet state and when the target is Hidden, manually call the navigator hide and return false to not let the default handling happen.
The text was updated successfully, but these errors were encountered: