Updated on 2026-08-14

This commit is contained in:
Tangem 2022-10-03 12:15:19 +04:00
parent 153ecc8197
commit 4e98a7b805

View file

@ -65,7 +65,7 @@ class MultiWalletReducer {
}
val selectedCurrency = if (!state.isMultiwalletAllowed) {
wallets[0].walletsData[0].currency
wallets.firstOrNull()?.walletsData?.firstOrNull()?.currency
} else {
state.selectedCurrency
}