1
0
Fork 0

fixed the debug log setting not being applied on startup

This commit is contained in:
sspanak 2023-08-23 21:26:33 +03:00 committed by Dimo Karaivanov
parent c7045b79af
commit 312a6734d5
7 changed files with 12 additions and 11 deletions

View file

@ -2,11 +2,13 @@
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto" app:orderingFromXml="true">
<SwitchPreferenceCompat
app:defaultValue="false"
app:key="pref_enable_debug_logs"
app:layout="@layout/pref_switch"
app:title="@string/pref_debug_logs" />
<SwitchPreferenceCompat
app:defaultValue="false"
app:key="pref_enable_system_logs"
app:layout="@layout/pref_switch"
app:title="@string/pref_system_logs" />

View file

@ -18,12 +18,14 @@
app:singleLineTitle="true">
<SwitchPreferenceCompat
app:defaultValue="false"
app:key="pref_alternative_suggestion_scrolling"
app:layout="@layout/pref_switch"
app:title="@string/pref_alternative_suggestion_scrolling"
app:summary="@string/pref_alternative_suggestion_scrolling_summary"/>
<SwitchPreferenceCompat
app:defaultValue="false"
app:key="pref_hack_fb_messenger"
app:layout="@layout/pref_switch"
app:title="@string/pref_hack_fb_messenger"