Cherish:Disable hide things below volume panel by default

This commit is contained in:
Hưng Phan
2020-07-16 20:29:29 +07:00
committed by Hung Phan
parent 96e0aa8e51
commit cc618b4413

View File

@@ -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" />
</PreferenceCategory>
</PreferenceScreen>