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
I want to dismiss (not hide) the bottom sheet when click in this custom close button.
I have read the documentation, but unfortunately, I couldn’t find anything that provides this customization. The .hide modifier doesn’t work well, as it doesn’t destroy the view; instead, it keeps it in its previous state. Additionally, the onDismiss { } closure doesn’t get triggered when switching to .hide.
I have gone a little bit deeper into the library and found out this:
It makes the configuration dismiss, which I think is what causes other things that totally destroy the view to get called! Unfortunately, it's an inaccessible property. Do you have any API or configuration that could help me out?
The text was updated successfully, but these errors were encountered:
I have custom header view
I want to dismiss (not hide) the bottom sheet when click in this custom close button.
I have read the documentation, but unfortunately, I couldn’t find anything that provides this customization. The .hide modifier doesn’t work well, as it doesn’t destroy the view; instead, it keeps it in its previous state. Additionally, the onDismiss { } closure doesn’t get triggered when switching to .hide.
I have gone a little bit deeper into the library and found out this:
It makes the configuration dismiss, which I think is what causes other things that totally destroy the view to get called! Unfortunately, it's an inaccessible property.
Do you have any API or configuration that could help me out?
The text was updated successfully, but these errors were encountered: