Updated on 2026-08-14
This commit is contained in:
parent
464f8f8a80
commit
63e52abd27
14 changed files with 141 additions and 133 deletions
|
|
@ -574,7 +574,7 @@ internal class StateBuilder(
|
|||
// todo use if needed later
|
||||
// DataError.InsufficientLiquidity -> TODO()
|
||||
// DataError.NoError -> TODO()
|
||||
is DataError.UnknownError -> addWarning(uiState, error.message, true, onClick)
|
||||
is DataError.Error -> addWarning(uiState, error.message, true, onClick)
|
||||
else -> addWarning(uiState, null, false) {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue