mirror of
https://github.com/bitwarden/mobile.git
synced 2025-01-11 19:31:50 +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")
|
else if(message.Command == "finishMainActivity")
|
||||||
{
|
{
|
||||||
Finish();
|
Xamarin.Forms.Device.BeginInvokeOnMainThread(() => Finish());
|
||||||
}
|
}
|
||||||
else if(message.Command == "listenYubiKeyOTP")
|
else if(message.Command == "listenYubiKeyOTP")
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user