mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 05:13:31 +00:00
run subscribed messages on main thread
This commit is contained in:
@@ -63,7 +63,10 @@ namespace Bit.App.Pages
|
||||
if(message.Command == "syncCompleted")
|
||||
{
|
||||
await Task.Delay(500);
|
||||
await _vm.LoadAsync();
|
||||
Device.BeginInvokeOnMainThread(() =>
|
||||
{
|
||||
var task = _vm.LoadAsync();
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user