diff --git a/Clover/app/src/main/java/org/floens/chan/core/ChanPreferences.java b/Clover/app/src/main/java/org/floens/chan/core/ChanPreferences.java index 6a7735f5..293486c5 100644 --- a/Clover/app/src/main/java/org/floens/chan/core/ChanPreferences.java +++ b/Clover/app/src/main/java/org/floens/chan/core/ChanPreferences.java @@ -70,7 +70,7 @@ public class ChanPreferences { } public static boolean getWatchBackgroundEnabled() { - return p().getBoolean("preference_watch_background_enabled", true); + return p().getBoolean("preference_watch_background_enabled", false); } public static long getWatchBackgroundTimeout() { diff --git a/Clover/app/src/main/res/xml/preference_watch.xml b/Clover/app/src/main/res/xml/preference_watch.xml index 02cddb4f..b26d27b6 100644 --- a/Clover/app/src/main/res/xml/preference_watch.xml +++ b/Clover/app/src/main/res/xml/preference_watch.xml @@ -5,7 +5,8 @@ android:key="preference_watch_background_enabled" android:summaryOff="@string/watch_enable_background_off" android:summaryOn="@string/watch_enable_background_on" - android:title="@string/watch_enable_background" /> + android:title="@string/watch_enable_background" + android:defaultValue="off" /> \ No newline at end of file