Skip to content

Commit 0a7648d

Browse files
PhenekClovis Gonon
authored andcommitted
- #697 iOS 14 with Xamarin.iOS 15.0 Cannot access a disposed 'PopupPageRenderer'
1 parent 4311730 commit 0a7648d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rg.Plugins.Popup/Platforms/Ios/Renderers/PopupPageRenderer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ public override void ViewWillDisappear(bool animated)
109109

110110
public override void ViewDidLayoutSubviews()
111111
{
112+
if (_isDisposed) return;
112113
base.ViewDidLayoutSubviews();
113114
this.UpdateSize();
114115
}

0 commit comments

Comments
 (0)