1
This commit is contained in:
@@ -159,7 +159,7 @@ namespace BITKit.UX
|
||||
Dispose();
|
||||
BITAppForUnity.AllowCursor.RemoveElement(this);
|
||||
}
|
||||
public void Show(string content, string title = "Alert", Action confirmAction = null, Action<bool> onChoose = null)
|
||||
public async void Show(string content, string title = "Alert", Action confirmAction = null, Action<bool> onChoose = null)
|
||||
{
|
||||
PrintAlertMessage(new AlertMessage()
|
||||
{
|
||||
|
Reference in New Issue
Block a user