We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e3094 commit d42fb2fCopy full SHA for d42fb2f
app/test/processing/app/LocaleKtTest.kt
@@ -28,7 +28,7 @@ class LocaleKtTest {
28
Text(locale["menu.file.new"], modifier = Modifier.testTag("localisedText"))
29
30
Button(onClick = {
31
- locale.setLocale(java.util.Locale("es"))
+ locale.set(java.util.Locale("es"))
32
}, modifier = Modifier.testTag("button")) {
33
Text("Change")
34
}
0 commit comments