mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-02-02 03:06:35 +00:00
chore: Remove commented code
This commit is contained in:
parent
5e611becd7
commit
04b9ebb366
2 changed files with 4 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue