Drop quick exit feature

Broken now due to multiple navigation destinations unlike before
when there were only 3 fragments were the only choices.

Quick exit is supposed to be now the default behaviour in the coming commits

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-07-06 11:14:10 +05:30
parent f7c8c8d6cb
commit 5094a3faca
52 changed files with 0 additions and 167 deletions

View File

@@ -56,13 +56,6 @@
app:singleLineTitle="false"
app:title="@string/pref_common_extra" />
<SwitchPreferenceCompat
app:defaultValue="false"
app:iconSpaceReserved="false"
app:key="PREFERENCE_QUICK_EXIT"
app:summary="@string/pref_ui_quick_exit_desc"
app:title="@string/pref_ui_quick_exit" />
<SwitchPreferenceCompat
app:defaultValue="true"
app:iconSpaceReserved="false"