mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
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:
@@ -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">
|
||||
|
Reference in New Issue
Block a user