Final touchups to the lifecycle management
This commit is contained in:
@@ -172,10 +172,8 @@ namespace UI
|
||||
}
|
||||
}
|
||||
|
||||
protected override void OnDestroy()
|
||||
internal override void OnManagedDestroy()
|
||||
{
|
||||
base.OnDestroy();
|
||||
|
||||
// Unsubscribe from events
|
||||
if (_uiPageController != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user