Bug fixes

This commit is contained in:
TheXamlGuy
2024-07-10 22:37:26 +01:00
parent ad59565421
commit 0f729e8861
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -59,6 +59,7 @@ public partial class WalletNavigationViewModel :
Add<CategoriesNavigationViewModel>("Categories", 0);
IsOpened = true;
Publisher.Publish(Changed.As<Item>());
return Task.CompletedTask;
}