Update ModalDialog.cs
- Adding await keyword
This commit is contained in:
parent
f790a16e85
commit
259fa54236
@ -22,7 +22,7 @@ namespace TelegramBotBase.Form
|
||||
await this.OnClosed(new EventArgs());
|
||||
|
||||
|
||||
this.ParentForm?.ReturnFromModal(this);
|
||||
await this.ParentForm?.ReturnFromModal(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user