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

View file

@ -27,7 +27,7 @@ androidx-datastore = "1.0.0"
compose-compiler = "1.5.9"
compose-runtime = "1.6.1"
compose-foundation = "1.6.1"
compose-material = "1.6.1"
compose-material = "1.6.4"
compose-material3 = "1.2.0"
compose-constraint = "1.0.1"
compose-navigation = "2.7.7"