From 83ceee67869c2a58d78496c3a4cf5a1763e8ea7f Mon Sep 17 00:00:00 2001 From: Tangem Date: Tue, 3 Dec 2024 12:09:32 +0300 Subject: [PATCH] Updated on 2026-08-14 --- .../tokendetails/viewmodels/TokenDetailsViewModel.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/viewmodels/TokenDetailsViewModel.kt b/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/viewmodels/TokenDetailsViewModel.kt index 74f0f3418f..9f3a1887f4 100644 --- a/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/viewmodels/TokenDetailsViewModel.kt +++ b/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/viewmodels/TokenDetailsViewModel.kt @@ -243,6 +243,7 @@ internal class TokenDetailsViewModel @Inject constructor( isSingleWalletWithTokens = false, ).getOrNull() currentCryptoCurrencyStatus?.let { + cryptoCurrencyStatus = it updateButtons(it) } }