Fix comment loading from inbox

There was an issue where if you load comments from a post, it will not display them initially. They would only appear after a refresh. Now it has been fixed, and comments are loaded immediately.
This commit is contained in:
Balazs Toldi 2024-06-21 22:36:00 +02:00
parent 1373b4cb40
commit 6c3d26fe5a

View File

@ -1399,6 +1399,8 @@ public class ViewPostDetailFragment extends Fragment implements FragmentCommunic
ViewPostDetailFragment.this.children = children;
hasMoreChildren = false;
mCommentsAdapter.addComments(expandedComments, hasMoreChildren);
}