From f07c11dc6179d63c088a127d8c4325de8a946be0 Mon Sep 17 00:00:00 2001 From: Tangem Date: Fri, 22 Apr 2022 18:38:21 +0300 Subject: [PATCH] Updated on 2026-08-14 --- .../domain/features/addCustomToken/redux/AddCustomTokenHub.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domain/src/main/java/com/tangem/domain/features/addCustomToken/redux/AddCustomTokenHub.kt b/domain/src/main/java/com/tangem/domain/features/addCustomToken/redux/AddCustomTokenHub.kt index 452d5ae862..61e933ed7c 100644 --- a/domain/src/main/java/com/tangem/domain/features/addCustomToken/redux/AddCustomTokenHub.kt +++ b/domain/src/main/java/com/tangem/domain/features/addCustomToken/redux/AddCustomTokenHub.kt @@ -267,7 +267,7 @@ internal class AddCustomTokenHub : BaseStoreHub("AddCustomT PotentialScamToken.replace(TokenAlreadyAdded) } else { // not in the saved coins list - if (singleTokenContract.active) { + if (foundToken.active) { updateTokenDetailFields(false) updateAddButton(true) if (hubState.derivationPathIsSelected()) {