mirror of
https://github.com/twofas/2fas-android.git
synced 2024-11-24 03:09:54 +01:00
Update order on About screen
This commit is contained in:
parent
02bfa95a30
commit
fce6b00371
@ -111,20 +111,6 @@ private fun ScreenContent(
|
||||
|
||||
item { SettingsDivider() }
|
||||
|
||||
item { SettingsHeader(title = TwLocale.strings.aboutSendCrashes) }
|
||||
|
||||
item {
|
||||
SettingsSwitch(
|
||||
title = TwLocale.strings.settingsSendCrashes,
|
||||
subtitle = TwLocale.strings.settingsSendCrashesBody,
|
||||
icon = TwIcons.Settings,
|
||||
checked = uiState.appSettings.sendCrashLogs,
|
||||
onCheckedChange = { onSendCrashLogsToggle() }
|
||||
)
|
||||
}
|
||||
|
||||
item { SettingsDivider() }
|
||||
|
||||
item { SettingsHeader(title = TwLocale.strings.aboutSocialMedia) }
|
||||
|
||||
item {
|
||||
@ -199,6 +185,20 @@ private fun ScreenContent(
|
||||
|
||||
item { SettingsDivider() }
|
||||
|
||||
item { SettingsHeader(title = TwLocale.strings.aboutSendCrashes) }
|
||||
|
||||
item {
|
||||
SettingsSwitch(
|
||||
title = TwLocale.strings.settingsSendCrashes,
|
||||
subtitle = TwLocale.strings.settingsSendCrashesBody,
|
||||
icon = TwIcons.Settings,
|
||||
checked = uiState.appSettings.sendCrashLogs,
|
||||
onCheckedChange = { onSendCrashLogsToggle() }
|
||||
)
|
||||
}
|
||||
|
||||
item { SettingsDivider() }
|
||||
|
||||
item {
|
||||
Row(
|
||||
Modifier
|
||||
|
Loading…
Reference in New Issue
Block a user