kopia lustrzana https://github.com/vitorpamplona/amethyst
Fixes caching issue on the list selection in the top bar
rodzic
8317a06b6f
commit
87e8948d9a
|
@ -692,7 +692,7 @@ fun SimpleTextSpinner(
|
|||
id = R.string.select_an_option
|
||||
)
|
||||
|
||||
var currentText by remember {
|
||||
var currentText by remember(placeholderCode) {
|
||||
mutableStateOf(
|
||||
options.firstOrNull { it.code == placeholderCode }?.name?.name(context) ?: selectAnOption
|
||||
)
|
||||
|
|
Ładowanie…
Reference in New Issue