зеркало из https://github.com/DeGsoft/maui-linux.git
Merge pull request #24 from xamarin/fix-bugzilla39742
[Android] SendAppearing on resuming fragment
This commit is contained in:
Коммит
0e03738ade
|
@ -107,5 +107,11 @@ namespace Xamarin.Forms.Platform.Android.AppCompat
|
|||
Page?.SendDisappearing();
|
||||
base.OnPause();
|
||||
}
|
||||
|
||||
public override void OnResume()
|
||||
{
|
||||
Page?.SendAppearing();
|
||||
base.OnResume();
|
||||
}
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче