Migration plan v1
This commit is contained in:
@@ -479,8 +479,8 @@ public partial class App : WinoApplication,
|
||||
|
||||
EnsureAppNotificationRegistration();
|
||||
|
||||
await Services.GetRequiredService<ReleaseLocalAccountDataCleanupService>()
|
||||
.RunIfNeededAsync();
|
||||
await Services.GetRequiredService<ILegacyLocalMigrationService>()
|
||||
.DetectAsync();
|
||||
|
||||
await InitializeServicesAsync();
|
||||
|
||||
@@ -490,6 +490,9 @@ public partial class App : WinoApplication,
|
||||
|
||||
_hasConfiguredAccounts = (await _accountService.GetAccountsAsync()).Any();
|
||||
|
||||
await Services.GetRequiredService<ReleaseLocalAccountDataCleanupService>()
|
||||
.RunIfNeededAsync();
|
||||
|
||||
_activationInfrastructureInitialized = true;
|
||||
}
|
||||
finally
|
||||
@@ -1502,7 +1505,9 @@ public partial class App : WinoApplication,
|
||||
|
||||
Services.GetRequiredService<IMailDialogService>().InfoBarMessage(
|
||||
Translator.GeneralTitle_Info,
|
||||
Translator.WinoAccount_Management_ImportReloginReminder,
|
||||
string.IsNullOrWhiteSpace(message.CompletionMessage)
|
||||
? Translator.WinoAccount_Management_ImportReloginReminder
|
||||
: message.CompletionMessage,
|
||||
InfoBarMessageType.Information);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user