mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-12-29 04:17:12 +01:00
Fix post filter issue in anonymous mode.
This commit is contained in:
parent
6910947dee
commit
1d18e2c75b
@ -771,8 +771,8 @@ public class PostFragment extends Fragment implements FragmentCommunicator {
|
|||||||
postFragmentId += multiRedditPath.hashCode();
|
postFragmentId += multiRedditPath.hashCode();
|
||||||
}
|
}
|
||||||
|
|
||||||
usage = PostFilterUsage.HOME_TYPE;
|
usage = PostFilterUsage.MULTIREDDIT_TYPE;
|
||||||
nameOfUsage = PostFilterUsage.NO_USAGE;
|
nameOfUsage = multiRedditPath;
|
||||||
|
|
||||||
String sort = mSortTypeSharedPreferences.getString(SharedPreferencesUtils.SORT_TYPE_MULTI_REDDIT_POST_BASE + multiRedditPath, SortType.Type.BEST.name());
|
String sort = mSortTypeSharedPreferences.getString(SharedPreferencesUtils.SORT_TYPE_MULTI_REDDIT_POST_BASE + multiRedditPath, SortType.Type.BEST.name());
|
||||||
if (sort.equals(SortType.Type.CONTROVERSIAL.name()) || sort.equals(SortType.Type.TOP.name())) {
|
if (sort.equals(SortType.Type.CONTROVERSIAL.name()) || sort.equals(SortType.Type.TOP.name())) {
|
||||||
|
Loading…
Reference in New Issue
Block a user