chore: Remove commented code

This commit is contained in:
Blazebrain 2023-10-03 14:14:18 +01:00
parent 5e611becd7
commit 04b9ebb366
2 changed files with 4 additions and 7 deletions

View file

@ -54,7 +54,4 @@ Future<void> _navigateBasedOnWalletType(
await navigatorKey.currentState!.pushNamedAndRemoveUntil(Routes.dashboard, (route) => false);
return;
}
// await navigatorKey.currentState!.pushNamedAndRemoveUntil(Routes.dashboard, (route) => false);
// return;
}

View file

@ -255,10 +255,10 @@ class WalletListBodyState extends State<WalletListBody> {
return;
}
// if (walletListItem.type == WalletType.haven) {
// _onHavenWalletSelected(walletListItem);
// return;
// }
if (walletListItem.type == WalletType.haven) {
_onHavenWalletSelected(walletListItem);
return;
}
try {
changeProcessText(S.of(context).wallet_list_loading_wallet(walletListItem.name));