diff --git a/app/src/main/java/org/nsh07/pomodoro/ui/settingsScreen/screens/TimerSettings.kt b/app/src/main/java/org/nsh07/pomodoro/ui/settingsScreen/screens/TimerSettings.kt index 15f8354..11848b1 100644 --- a/app/src/main/java/org/nsh07/pomodoro/ui/settingsScreen/screens/TimerSettings.kt +++ b/app/src/main/java/org/nsh07/pomodoro/ui/settingsScreen/screens/TimerSettings.kt @@ -179,7 +179,7 @@ fun TimerSettings( ), SettingsSwitchItem( checked = settingsState.secureAod && isPlus, - enabled = isPlus, + enabled = isPlus && settingsState.aodEnabled, icon = R.drawable.mobile_lock_portrait, label = R.string.secure_aod, description = R.string.secure_aod_desc,