зеркало из https://github.com/DeGsoft/maui-linux.git
Clear MainPage renderer if exists after reload (#1200)
This commit is contained in:
Родитель
a0a2cdc0a8
Коммит
afbdf4dbf1
|
@ -126,6 +126,13 @@ namespace Xamarin.Forms.Platform.Android
|
|||
|
||||
application.PropertyChanged += AppOnPropertyChanged;
|
||||
|
||||
var iver = Platform.GetRenderer(application.MainPage);
|
||||
if (iver != null)
|
||||
{
|
||||
iver.Dispose();
|
||||
application.MainPage.ClearValue(Platform.RendererProperty);
|
||||
}
|
||||
|
||||
SetMainPage();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче