We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7661f73 + 849e9cb commit 75e8f46Copy full SHA for 75e8f46
app/src/main/java/ru/hepolise/volumekeytrackcontrol/ui/SettingsActivity.kt
@@ -381,7 +381,7 @@ fun VibrationSettingsScreen(vibrator: Vibrator?) {
381
}
382
},
383
dismissButton = {
384
- Button(onClick = { showResetSettingsDialog = false }) {
+ TextButton(onClick = { showResetSettingsDialog = false }) {
385
Text(stringResource(R.string.no))
386
387
@@ -443,7 +443,7 @@ fun NumberAlertDialog(
443
444
445
confirmButton = {
446
- TextButton(
+ Button(
447
onClick = {
448
onConfirm(value.toInt())
449
0 commit comments