Fix storage page navigation issue.

This commit is contained in:
Burak Kaan Köse
2026-03-08 16:25:53 +01:00
parent e4a224bd68
commit 9d94badb95
+1
View File
@@ -164,6 +164,7 @@ public partial class App : WinoApplication,
services.AddTransient(typeof(MergedAccountDetailsPageViewModel));
services.AddTransient(typeof(LanguageTimePageViewModel));
services.AddTransient(typeof(AppPreferencesPageViewModel));
services.AddTransient(typeof(StoragePageViewModel));
services.AddTransient(typeof(AliasManagementPageViewModel));
services.AddTransient(typeof(ContactsPageViewModel));
services.AddTransient(typeof(SignatureAndEncryptionPageViewModel));