Updated on 2026-08-14
This commit is contained in:
parent
c44c0b19a2
commit
0a70defb2b
1 changed files with 5 additions and 1 deletions
|
|
@ -179,7 +179,11 @@ private fun WalletContent(
|
|||
contentPadding = contentPadding,
|
||||
horizontalAlignment = Alignment.CenterHorizontally,
|
||||
) {
|
||||
item(key = "WalletsList" + state.selectedWalletIndex, contentType = "WalletsList") {
|
||||
item(
|
||||
// !!! Type of the key should be saveable via Bundle on Android !!!
|
||||
key = state.wallets.map { it.walletCardState.id.stringValue },
|
||||
contentType = state.wallets.map { it.walletCardState.id },
|
||||
) {
|
||||
WalletsList(
|
||||
lazyListState = walletsListState,
|
||||
wallets = state.wallets.map(WalletState::walletCardState).toImmutableList(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue