1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-07 02:53:56 +00:00

add lots of misc thigns to appdelegate

This commit is contained in:
Kyle Spearrin
2019-06-11 23:04:41 -04:00
parent 5aac96edb5
commit 5dbe9e5ca2
5 changed files with 260 additions and 7 deletions

View File

@@ -103,7 +103,7 @@ namespace Bit.App
{
return;
}
await LogOutAsync(false);
Device.BeginInvokeOnMainThread(async () => await LogOutAsync(false));
}
else if(message.Command == "loggedOut")
{