Skip to content

Commit 1759d08

Browse files
committed
Refine
1 parent 2c5a28f commit 1759d08

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

app/src/main/kotlin/com/w2sv/filenavigator/ui/screen/appsettings/AppSettingsScreen.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ private fun SettingsCardColumn(appPreferences: AppPreferences, modifier: Modifie
105105
explanation = stringResource(id = R.string.use_colors_derived_from_your_wallpaper)
106106
)
107107
}
108+
// Leave at the end for Modifier.animateContentSize() to animate it in and out
108109
if (LocalUseDarkTheme.current) {
109110
SwitchItemRow(
110111
icon = { ItemRowIcon(res = R.drawable.ic_contrast_24) },

app/src/main/kotlin/com/w2sv/filenavigator/ui/screen/navigatorsettings/components/ConfigurationColumn.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ private fun MoreColumnItems(
253253
) {
254254
SwitchItemRow(
255255
icon = { DefaultItemRowIcon(res = com.w2sv.core.navigator.R.drawable.ic_files_24) },
256-
labelRes = R.string.batch_move_notification,
256+
labelRes = R.string.show_batch_move_notification,
257257
checked = showBatchMoveNotification,
258258
onCheckedChange = setShowBatchMoveNotification,
259259
explanation = stringResource(R.string.batch_move_explanation)

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<string name="awesome">Awesome!</string>
7676
<string name="introducing_auto_move">Introducing Auto Move</string>
7777
<string name="notify">Notify</string>
78-
<string name="batch_move_notification">Batch-move notification</string>
78+
<string name="show_batch_move_notification">Show batch-move notification</string>
7979
<string name="batch_move_explanation">Upon at least 2 active navigation notifications, show a notification through which all navigatable files may be collectively moved to a destination</string>
8080
<string name="provider_does_not_support_file_viewing">Provider doesn\'t support file viewing.</string>
8181
<string name="share_action_explanation">Share the app with someone who might appreciate it</string>

0 commit comments

Comments
 (0)