Skip to content

Commit

Permalink
Don't unselect on refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
harshad1 committed Jan 22, 2024
1 parent 4e66fcd commit 44dce89
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ public void onViewCreated(@NonNull View root, @Nullable Bundle savedInstanceStat
onFsViewerDoUiUpdate(_filesystemViewerAdapter);

_swipe.setOnRefreshListener(() -> {
_filesystemViewerAdapter.unselectAll();
_filesystemViewerAdapter.reloadCurrentFolder();
_swipe.setRefreshing(false);
});
Expand Down

0 comments on commit 44dce89

Please sign in to comment.