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