Updated on 2026-08-14

This commit is contained in:
Tangem 2022-12-23 20:34:08 +04:00
parent e56e411930
commit 5352f6e6f4
7 changed files with 1186 additions and 1 deletions

View file

@ -73,7 +73,7 @@ class MultiWalletReducer {
val selectedCurrency = if (!state.isMultiwalletAllowed) {
walletStores.firstOrNull()?.walletsData?.firstOrNull()?.currency
} else {
state.selectedCurrency
state.selectedWalletData?.currency
}
state.copy(
walletsStores = walletStores,