Skip to content

Commit

Permalink
Update FileBrowserActivity.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirosakiMio committed Jul 22, 2024
1 parent 69e0b11 commit d0fd983
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public void onClick(View view) {
}
if (view == openExternal) {
if (currentPath.toFile().getAbsolutePath().equals(Environment.getExternalStorageDirectory().getAbsolutePath())) {
return;
currentPath = currentPath.resolve("FCL");
}
Uri uri = FileProvider.getUriForFile(this, getString(R.string.file_browser_provider), currentPath.toFile());
Intent intent = new Intent(Intent.ACTION_SEND);
Expand Down

0 comments on commit d0fd983

Please sign in to comment.