Updated on 2026-08-14

This commit is contained in:
Tangem 2024-03-31 13:43:08 +08:00
parent 78147170d2
commit 68c8980624
2 changed files with 5 additions and 1 deletions

View file

@ -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) {