Updated on 2026-08-14
This commit is contained in:
parent
e56e411930
commit
5352f6e6f4
7 changed files with 1186 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue