Skip to content

Commit

Permalink
Merge pull request #62 from lucacivale/#61
Browse files Browse the repository at this point in the history
[iOS] Background not removed on navigation
  • Loading branch information
lucacivale authored Feb 21, 2025
2 parents 3b4638c + 8c19bcc commit d90f779
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ protected override void Dispose(bool disposing)

HideHeader();

_backgroundView.RemoveFromSuperview();
_backgroundView.Dispose();

_bottomSheetControllerDelegate.Dismissed -= RaiseDismissed;
Expand Down

0 comments on commit d90f779

Please sign in to comment.