Skip to content

Commit c9e61d9

Browse files
committed
fixing switch not working
1 parent 1a3e611 commit c9e61d9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

presentation/src/commonMain/kotlin/ireader/presentation/ui/settings/appearance/AppearanceSettingScreen.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ fun AppearanceSettingScreen(
121121
preference = vm.dynamicColorMode,
122122
title = "Material You (Dynamic Colors)",
123123
subtitle = "Adapt colors from your wallpaper (Android 12+)",
124-
onValue = {
125-
126-
}
127124
).Build()
128125
}
129126
item {

0 commit comments

Comments
 (0)