mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 05:19:49 +02:00
Fix issue with changing comment sort type on post page
This commit is contained in:
@@ -791,6 +791,8 @@ public class ViewPostDetailFragment extends Fragment implements FragmentCommunic
|
||||
mGlide.clear(mFetchPostInfoImageView);
|
||||
if (children != null) {
|
||||
children.clear();
|
||||
pages_loaded = 0;
|
||||
mCommentsAdapter.clearLoadedComments();
|
||||
}
|
||||
this.sortType = sortType.getType();
|
||||
if (mSharedPreferences.getBoolean(SharedPreferencesUtils.SAVE_SORT_TYPE, true)) {
|
||||
|
Reference in New Issue
Block a user