Fixing some sort type issues

This commit fixes issues where the sort type/time isn't loaded properly and the app resets back to NEW on the frontpage and Hot on Community pages.

Heads up: You might need to change the sort type in your settings if you see any issues.
This commit is contained in:
Balazs Toldi
2023-10-12 08:06:06 +02:00
parent 05948d74f4
commit 9deba8b10e
3 changed files with 71 additions and 65 deletions

View File

@@ -543,17 +543,17 @@
</string-array>
<string-array name="settings_default_sort_time_values">
<item>TopHour</item>
<item>TopSixHour</item>
<item>TopTwelveHour</item>
<item>TopDay</item>
<item>TopWeek</item>
<item>TopMonth</item>
<item>TopThreeMonths</item>
<item>TopSixMonths</item>
<item>TopNineMonths</item>
<item>TopYear</item>
<item>TopAll</item>
<item>hour</item>
<item>SixHour</item>
<item>TwelveHour</item>
<item>day</item>
<item>week</item>
<item>month</item>
<item>ThreeMonths</item>
<item>SixMonths</item>
<item>NineMonths</item>
<item>year</item>
<item>all</item>
</string-array>
<string-array name="settings_default_search_result_tab">