mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-10 12:47:26 +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();
|
||||
}
|
||||
|
||||
usage = PostFilterUsage.HOME_TYPE;
|
||||
nameOfUsage = PostFilterUsage.NO_USAGE;
|
||||
usage = PostFilterUsage.MULTIREDDIT_TYPE;
|
||||
nameOfUsage = multiRedditPath;
|
||||
|
||||
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())) {
|
||||
|
Loading…
Reference in New Issue
Block a user