1
0
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:
Kyle Spearrin
2019-06-03 14:21:56 -04:00
parent 3a691977aa
commit a78997771f
2 changed files with 9 additions and 5 deletions

View File

@@ -124,6 +124,7 @@ namespace Bit.App
else if(message.Command == "migrated")
{
await Task.Delay(1000);
SyncIfNeeded();
await SetMainPageAsync();
}
});