mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-23 16:27:51 +01:00
main thread
This commit is contained in:
parent
ab9bbf7b0f
commit
b1eabdfe86
@ -100,7 +100,7 @@ namespace Bit.Droid
|
||||
}
|
||||
else if(message.Command == "finishMainActivity")
|
||||
{
|
||||
Finish();
|
||||
Xamarin.Forms.Device.BeginInvokeOnMainThread(() => Finish());
|
||||
}
|
||||
else if(message.Command == "listenYubiKeyOTP")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user