1
This commit is contained in:
@@ -102,7 +102,16 @@ namespace BITKit
|
||||
handle.VisualElement.RemoveFromHierarchy();
|
||||
_visibleHandle.RemoveElement(handle);
|
||||
}
|
||||
_visibleHandle.Invoke();
|
||||
|
||||
try
|
||||
{
|
||||
_visibleHandle.Invoke();
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Debug.LogException(e);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public override async UniTask InitializeAsync()
|
||||
@@ -116,6 +125,8 @@ namespace BITKit
|
||||
|
||||
UXUtils.Inject(this);
|
||||
_container.Clear();
|
||||
|
||||
_visibleHandle.Invoke();
|
||||
|
||||
_initializationState = InitializationState.Initialized;
|
||||
}
|
||||
|
Reference in New Issue
Block a user