diff --git a/Wallet/WalletActivatedHandler.cs b/Wallet/WalletActivatedHandler.cs index 636932a..a5cb67a 100644 --- a/Wallet/WalletActivatedHandler.cs +++ b/Wallet/WalletActivatedHandler.cs @@ -49,7 +49,7 @@ public class WalletActivatedHandler(IWalletHostCollection wallets, is WalletNavigationViewModel viewModel) { publisher.Publish(Insert.As(index, viewModel), - nameof(MainViewModel)); + nameof(WalletNavigationCollectionViewModel)); } } }