mirror of
https://github.com/bitwarden/mobile
synced 2025-12-12 06:13:21 +00:00
migrated messaging
This commit is contained in:
@@ -31,7 +31,11 @@ namespace Bit.Droid
|
||||
{
|
||||
RegisterLocalServices();
|
||||
ServiceContainer.Init();
|
||||
var task = App.Migration.MigrationHelpers.PerformMigrationAsync();
|
||||
if(App.Migration.MigrationHelpers.NeedsMigration())
|
||||
{
|
||||
var task = App.Migration.MigrationHelpers.PerformMigrationAsync();
|
||||
Task.Delay(2000).Wait();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user