mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Fix comments not loading
Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
This commit is contained in:
parent
7240b0676f
commit
f6a861d8cf
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ public class FileDetailActivitiesFragment extends Fragment implements
|
|||
viewThemeUtils.androidx.themeSwipeRefreshLayout(binding.swipeContainingEmpty);
|
||||
viewThemeUtils.androidx.themeSwipeRefreshLayout(binding.swipeContainingList);
|
||||
|
||||
isLoadingActivities = true;
|
||||
fetchAndSetData(-1);
|
||||
|
||||
binding.swipeContainingList.setOnRefreshListener(() -> {
|
||||
|
|
Loading…
Reference in a new issue