Default the search sort setting to former sorting behavior.
This commit is contained in:
@@ -678,6 +678,6 @@ object Preferences {
|
||||
|
||||
@JvmStatic
|
||||
fun isSearchSortingChronologicallyEnabled(): Boolean {
|
||||
return App.getInstance().preferences.getBoolean(SORT_SEARCH_CHRONOLOGICALLY, true)
|
||||
return App.getInstance().preferences.getBoolean(SORT_SEARCH_CHRONOLOGICALLY, false)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user