From cc618b4413feab9c2ce9eabbdcc04ef21a50eeb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C6=B0ng=20Phan?= Date: Thu, 16 Jul 2020 20:29:29 +0700 Subject: [PATCH] Cherish:Disable hide things below volume panel by default --- res/xml/cherish_settings_misc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/xml/cherish_settings_misc.xml b/res/xml/cherish_settings_misc.xml index ceca70a..fd9f929 100644 --- a/res/xml/cherish_settings_misc.xml +++ b/res/xml/cherish_settings_misc.xml @@ -85,7 +85,7 @@ android:icon="@drawable/ic_arrow1" android:summary="@string/hide_things_volumepanel_summary" android:title="@string/hide_things_volumepanel_title" - android:defaultValue="true" /> + android:defaultValue="false" />