Updated on 2026-08-14

This commit is contained in:
Tangem 2022-10-03 13:13:17 +04:00
commit ce944ea444

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
}