diff options
Diffstat (limited to 'Xamarin.Forms.Platform.Android/NativeViewWrapperRenderer.cs')
-rw-r--r-- | Xamarin.Forms.Platform.Android/NativeViewWrapperRenderer.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.Android/NativeViewWrapperRenderer.cs b/Xamarin.Forms.Platform.Android/NativeViewWrapperRenderer.cs index 933f436f..49abc02a 100644 --- a/Xamarin.Forms.Platform.Android/NativeViewWrapperRenderer.cs +++ b/Xamarin.Forms.Platform.Android/NativeViewWrapperRenderer.cs @@ -57,5 +57,7 @@ namespace Xamarin.Forms.Platform.Android if (!handled) base.OnMeasure(widthMeasureSpec, heightMeasureSpec); } + + protected override bool ManageNativeControlLifetime => false; } }
\ No newline at end of file |