diff --git a/features/hot-wallet/impl/src/main/kotlin/com/tangem/features/hotwallet/forgetwallet/ForgetWalletModel.kt b/features/hot-wallet/impl/src/main/kotlin/com/tangem/features/hotwallet/forgetwallet/ForgetWalletModel.kt index 3a7f9f584b..88fc9882cd 100644 --- a/features/hot-wallet/impl/src/main/kotlin/com/tangem/features/hotwallet/forgetwallet/ForgetWalletModel.kt +++ b/features/hot-wallet/impl/src/main/kotlin/com/tangem/features/hotwallet/forgetwallet/ForgetWalletModel.kt @@ -103,7 +103,7 @@ internal class ForgetWalletModel @Inject constructor( } if (hasUserWallets) { - router.pop() + router.popTo(AppRoute.Details::class) } else { router.replaceAll(AppRoute.Home()) }