Skip to content

Commit

Permalink
dismiss correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
softlion committed Apr 19, 2023
1 parent 5fd32ca commit 989d447
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Vapolia.UserInteraction/UserInteraction.ios.cs
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@ void Do()
dismiss.Register(() => UIApplication.SharedApplication.InvokeOnMainThread(() =>
{
if(alert.ParentViewController != null)
alert.DismissViewController(true, null);
alert.DismissViewController(true, null);
}), true);
var presentingVc = Platform.GetCurrentUIViewController();
Expand Down

0 comments on commit 989d447

Please sign in to comment.