Skip to content

Commit

Permalink
fix NanoAccountListPage showing up instead of MoneroAccountListPage f…
Browse files Browse the repository at this point in the history
…or wownero
  • Loading branch information
MrCyjaneK committed Jan 21, 2025
1 parent 45f2b76 commit b5a1434
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/screens/receive/widgets/address_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ class _AddressListState extends State<AddressList> {
walletAddressListViewModel: widget.addressListViewModel,
trailingButtonTap: () async {
if (widget.addressListViewModel.type == WalletType.monero ||
widget.addressListViewModel.type == WalletType.wownero ||
widget.addressListViewModel.type == WalletType.haven) {
await showPopUp<void>(
context: context, builder: (_) => getIt.get<MoneroAccountListPage>());
Expand Down

0 comments on commit b5a1434

Please sign in to comment.