6 writes to NavAnimationInProgress
Microsoft.Maui.Controls.Compatibility (6)
Android\AppCompat\NavigationPageRenderer.cs (2)
801 Platform.NavAnimationInProgress = true; 876 Platform.NavAnimationInProgress = false;
Android\AppCompat\Platform.cs (2)
608 NavAnimationInProgress = true; 631 return source.Task.ContinueWith(task => NavAnimationInProgress = false);
Android\AppCompat\TabbedPageRenderer.cs (2)
560 Platform.NavAnimationInProgress = true; 567 Platform.NavAnimationInProgress = false;
1 reference to NavAnimationInProgress
Microsoft.Maui.Controls.Compatibility (1)
Android\AppCompat\Platform.cs (1)
587 if (NavAnimationInProgress)