1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-12-31 17:47:43 +01:00

migrate if necessary

This commit is contained in:
Kyle Spearrin 2019-05-31 23:32:01 -04:00
parent f5b05ecd92
commit ddd521cd4b

View File

@ -31,6 +31,7 @@ namespace Bit.Droid
{
RegisterLocalServices();
ServiceContainer.Init();
var task = App.Migration.MigrationHelpers.PerformMigrationAsync();
}
}