mirror of
https://github.com/bitwarden/mobile
synced 2025-02-08 07:58:54 +01:00
wait 5 seconds after migration
This commit is contained in:
parent
8e485ff26f
commit
066b3aba5b
@ -45,7 +45,7 @@ namespace Bit.iOS
|
||||
if(App.Migration.MigrationHelpers.NeedsMigration())
|
||||
{
|
||||
var task = App.Migration.MigrationHelpers.PerformMigrationAsync();
|
||||
Task.Delay(2000).Wait();
|
||||
Task.Delay(5000).Wait();
|
||||
}
|
||||
|
||||
_deviceActionService = ServiceContainer.Resolve<IDeviceActionService>("deviceActionService");
|
||||
|
Loading…
x
Reference in New Issue
Block a user