mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
main thread
This commit is contained in:
parent
ab9bbf7b0f
commit
b1eabdfe86
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ namespace Bit.Droid
|
||||||
}
|
}
|
||||||
else if(message.Command == "finishMainActivity")
|
else if(message.Command == "finishMainActivity")
|
||||||
{
|
{
|
||||||
Finish();
|
Xamarin.Forms.Device.BeginInvokeOnMainThread(() => Finish());
|
||||||
}
|
}
|
||||||
else if(message.Command == "listenYubiKeyOTP")
|
else if(message.Command == "listenYubiKeyOTP")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue