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:
@@ -103,7 +103,7 @@ namespace Bit.App
|
||||
{
|
||||
return;
|
||||
}
|
||||
await LogOutAsync(false);
|
||||
Device.BeginInvokeOnMainThread(async () => await LogOutAsync(false));
|
||||
}
|
||||
else if(message.Command == "loggedOut")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user