Updated on 2026-08-14
This commit is contained in:
parent
a8ca32083f
commit
2166bc48df
1 changed files with 1 additions and 3 deletions
|
|
@ -167,9 +167,7 @@ internal class ChooseManagedTokensModel @Inject constructor(
|
||||||
uiState.update { state ->
|
uiState.update { state ->
|
||||||
state.copy(
|
state.copy(
|
||||||
readContent = state.readContent.copy(
|
readContent = state.readContent.copy(
|
||||||
items = items.filterNot {
|
items = items.toPersistentList(),
|
||||||
it.id.value == params.initialCurrency.id.rawCurrencyId?.value
|
|
||||||
}.toPersistentList(),
|
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue