зеркало из https://github.com/DeGsoft/maui-linux.git
Родитель
4eb0fbdd89
Коммит
3170d859f0
|
@ -74,7 +74,7 @@ namespace Xamarin.Forms.Platform.Android.AppCompat
|
|||
{
|
||||
if(_previousPage != Element.CurrentPage)
|
||||
{
|
||||
_previousPage.SendDisappearing();
|
||||
_previousPage?.SendDisappearing();
|
||||
_previousPage = Element.CurrentPage;
|
||||
}
|
||||
Element.CurrentPage = Element.Children[position];
|
||||
|
|
Загрузка…
Ссылка в новой задаче