refactor: naming
This commit is contained in:
parent
456bb7a0c8
commit
3ce8984b16
|
@ -51,7 +51,7 @@ class SettingsActivity : ComponentActivity() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
val alertDialogState = rememberAlertDialogState()
|
val alertDialogState = rememberAlertDialogState()
|
||||||
ConfirmationDialog(alertDialogState)
|
ConfirmaHideLauncherDialog(alertDialogState)
|
||||||
|
|
||||||
SettingsScreen(
|
SettingsScreen(
|
||||||
displayLanguage = displayLanguage,
|
displayLanguage = displayLanguage,
|
||||||
|
@ -79,7 +79,7 @@ class SettingsActivity : ComponentActivity() {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
private fun ConfirmationDialog(alertDialogState: AlertDialogState) {
|
private fun ConfirmaHideLauncherDialog(alertDialogState: AlertDialogState) {
|
||||||
alertDialogState.DialogMember {
|
alertDialogState.DialogMember {
|
||||||
AlertDialog(
|
AlertDialog(
|
||||||
modifier = Modifier.fillMaxWidth(0.9f),
|
modifier = Modifier.fillMaxWidth(0.9f),
|
||||||
|
|
Loading…
Reference in New Issue