Skip to content

Commit

Permalink
Changed the flag from updateDirectoryList method to showListOfFiles m…
Browse files Browse the repository at this point in the history
…ethod in ReceiveExternalFilesActivity
  • Loading branch information
joragua committed Mar 15, 2024
1 parent c6b702d commit 508de23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ private void subscribeToViewModels() {
}

private void showListOfFiles() {
isInSpacesList = false;
fragmentContainer = findViewById(R.id.fragment_container);
mListView = findViewById(android.R.id.list);
fragmentContainer.setVisibility(View.GONE);
Expand Down Expand Up @@ -533,7 +534,6 @@ protected void onActivityResult(int requestCode, int resultCode, Intent data) {
}

private void updateDirectoryList() {
isInSpacesList = false;
initToolbar(mParents.peek());

String full_path = generatePath(mParents);
Expand Down

0 comments on commit 508de23

Please sign in to comment.