Skip to content

Commit

Permalink
Fix comments not loading
Browse files Browse the repository at this point in the history
Signed-off-by: ZetaTom <[email protected]>
  • Loading branch information
ZetaTom committed Feb 5, 2024
1 parent 633ff69 commit d03ccb1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ public View onCreateView(@NonNull LayoutInflater inflater,
viewThemeUtils.androidx.themeSwipeRefreshLayout(binding.swipeContainingEmpty);
viewThemeUtils.androidx.themeSwipeRefreshLayout(binding.swipeContainingList);

isLoadingActivities = true;
fetchAndSetData(-1);

binding.swipeContainingList.setOnRefreshListener(() -> {
Expand Down

0 comments on commit d03ccb1

Please sign in to comment.