зеркало из https://github.com/DeGsoft/maui-linux.git
Set UserVisibleHint for new fragment to true (#411)
This commit is contained in:
Родитель
f4f7ba9272
Коммит
a749558c67
|
@ -645,7 +645,7 @@ namespace Xamarin.Forms.Platform.Android.AppCompat
|
|||
Device.StartTimer(TimeSpan.FromMilliseconds(TransitionDuration), () =>
|
||||
{
|
||||
tcs.TrySetResult(true);
|
||||
fragment.UserVisibleHint = !removed;
|
||||
fragment.UserVisibleHint = true;
|
||||
if (removed)
|
||||
{
|
||||
UpdateToolbar();
|
||||
|
@ -659,7 +659,7 @@ namespace Xamarin.Forms.Platform.Android.AppCompat
|
|||
Device.StartTimer(TimeSpan.FromMilliseconds(1), () =>
|
||||
{
|
||||
tcs.TrySetResult(true);
|
||||
fragment.UserVisibleHint = !removed;
|
||||
fragment.UserVisibleHint = true;
|
||||
UpdateToolbar();
|
||||
|
||||
return false;
|
||||
|
|
Загрузка…
Ссылка в новой задаче