This commit is contained in:
Родитель
97a21256b4
Коммит
80e2ea25ca
|
@ -88,7 +88,7 @@ namespace Xamarin.Forms.Platform.UWP
|
|||
{
|
||||
if (_tracker == null)
|
||||
{
|
||||
_tracker = new BackgroundTracker<FlipView>(BackgroundProperty) { Control = this };
|
||||
_tracker = new BackgroundTracker<FlipView>(BackgroundProperty) { Control = this, Container = this };
|
||||
}
|
||||
|
||||
_tracker.Element = newPage;
|
||||
|
|
Загрузка…
Ссылка в новой задаче