mirror of
https://github.com/bitwarden/mobile
synced 2025-12-31 07:33:46 +00:00
wait 5 seconds after migration
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user