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
+2
View File
@@ -29,6 +29,8 @@ public partial class MainViewModel :
{
if (args.Sender is WalletNavigationViewModel wallet)
{
SelectedItem = null;
Reset(args => args.SetSource(wallet), false);
SelectedItem = wallet;
}