mirror of
https://github.com/SimpleMobileTools/Simple-Thank-You.git
synced 2025-02-17 20:10:48 +01:00
refactor: naming
This commit is contained in:
parent
3ce8984b16
commit
4071468782
@ -51,7 +51,7 @@ class SettingsActivity : ComponentActivity() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
val alertDialogState = rememberAlertDialogState()
|
val alertDialogState = rememberAlertDialogState()
|
||||||
ConfirmaHideLauncherDialog(alertDialogState)
|
ConfirmationHideLauncherDialog(alertDialogState)
|
||||||
|
|
||||||
SettingsScreen(
|
SettingsScreen(
|
||||||
displayLanguage = displayLanguage,
|
displayLanguage = displayLanguage,
|
||||||
@ -79,7 +79,7 @@ class SettingsActivity : ComponentActivity() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
private fun ConfirmaHideLauncherDialog(alertDialogState: AlertDialogState) {
|
private fun ConfirmationHideLauncherDialog(alertDialogState: AlertDialogState) {
|
||||||
alertDialogState.DialogMember {
|
alertDialogState.DialogMember {
|
||||||
AlertDialog(
|
AlertDialog(
|
||||||
modifier = Modifier.fillMaxWidth(0.9f),
|
modifier = Modifier.fillMaxWidth(0.9f),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user