mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
main thread
This commit is contained in:
@@ -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")
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user