mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 18:38:27 +03:00
wait 5 seconds after migration
This commit is contained in:
parent
8e485ff26f
commit
066b3aba5b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ namespace Bit.iOS
|
||||||
if(App.Migration.MigrationHelpers.NeedsMigration())
|
if(App.Migration.MigrationHelpers.NeedsMigration())
|
||||||
{
|
{
|
||||||
var task = App.Migration.MigrationHelpers.PerformMigrationAsync();
|
var task = App.Migration.MigrationHelpers.PerformMigrationAsync();
|
||||||
Task.Delay(2000).Wait();
|
Task.Delay(5000).Wait();
|
||||||
}
|
}
|
||||||
|
|
||||||
_deviceActionService = ServiceContainer.Resolve<IDeviceActionService>("deviceActionService");
|
_deviceActionService = ServiceContainer.Resolve<IDeviceActionService>("deviceActionService");
|
||||||
|
|
Loading…
Reference in a new issue