mirror of
https://github.com/bitwarden/android.git
synced 2025-03-07 23:16:00 +03:00
async fix on log in
This commit is contained in:
parent
3532037700
commit
712f031650
1 changed files with 2 additions and 2 deletions
|
@ -81,9 +81,9 @@ namespace Bit.App.Pages
|
|||
EmailCell.Entry.Focus();
|
||||
}
|
||||
|
||||
private void Entry_Completed(object sender, EventArgs e)
|
||||
private async void Entry_Completed(object sender, EventArgs e)
|
||||
{
|
||||
LogIn().Wait();
|
||||
await LogIn();
|
||||
}
|
||||
|
||||
private async Task LogIn()
|
||||
|
|
Loading…
Add table
Reference in a new issue