We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde4052 commit 849e9cbCopy full SHA for 849e9cb
1 file changed
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