Default to false for screen_on.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-31 12:02:37 +01:00
parent e01df3a5c7
commit 8fb90bd6d0

View File

@@ -20,7 +20,7 @@
app:useSimpleSummaryProvider="true" />
<SwitchPreferenceCompat
app:defaultValue="true"
app:defaultValue="false"
app:key="screen_on"
app:title="@string/keep_screen_on" />