Updated on 2026-08-14
This commit is contained in:
parent
78147170d2
commit
68c8980624
2 changed files with 5 additions and 1 deletions
|
|
@ -132,6 +132,10 @@ private fun TextField(model: AddCustomTokenInputField, isError: Boolean) {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Be careful with this function – ExposedDropdownMenuBox can crash the app if it is open and user clicks system back
|
||||
* button. It was fixed in compose-material 1.6.4.
|
||||
*/
|
||||
@OptIn(ExperimentalMaterialApi::class)
|
||||
@Composable
|
||||
private fun SelectorField(model: AddCustomTokenSelectorField) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue