Final touchups to the lifecycle management
This commit is contained in:
@@ -110,10 +110,8 @@ public class AppSwitcher : UIPage
|
||||
);
|
||||
}
|
||||
|
||||
protected override void OnDestroy()
|
||||
internal override void OnManagedDestroy()
|
||||
{
|
||||
base.OnDestroy();
|
||||
|
||||
// Clean up tweens
|
||||
slideInTween?.Stop();
|
||||
slideOutTween?.Stop();
|
||||
|
||||
Reference in New Issue
Block a user