Default the search sort setting to former sorting behavior.

This commit is contained in:
j4mm3ris 2025-12-07 21:39:10 +02:00
parent b46fea6890
commit df2bf43492
2 changed files with 2 additions and 2 deletions

View file

@ -124,7 +124,7 @@
<SwitchPreference
android:title="@string/search_sort_title"
android:defaultValue="true"
android:defaultValue="false"
android:summary="@string/search_sort_summary"
android:key="sort_search_chronologically" />