mirror of
https://github.com/bitwarden/mobile
synced 2025-12-23 11:43:49 +00:00
only set pin when needed. sync after migration
This commit is contained in:
@@ -124,6 +124,7 @@ namespace Bit.App
|
||||
else if(message.Command == "migrated")
|
||||
{
|
||||
await Task.Delay(1000);
|
||||
SyncIfNeeded();
|
||||
await SetMainPageAsync();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user