Updated on 2026-08-14
This commit is contained in:
parent
b741ed5d02
commit
fa433ef8d1
1 changed files with 1 additions and 0 deletions
|
|
@ -232,6 +232,7 @@ internal class EditContactModel @Inject constructor(
|
|||
selectedWallet.mapNotNull { it?.walletId }.distinctUntilChanged(),
|
||||
) { name, walletId -> name to walletId }
|
||||
.mapLatest { (name, walletId) -> validateName(name, walletId) }
|
||||
.flowOn(dispatchers.default)
|
||||
.onEach { error -> stateController.update(UpdateNameErrorTransformer(error)) }
|
||||
.launchIn(modelScope)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue