Skip to content

Commit

Permalink
refactor: removed unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nflsilva committed Jan 7, 2022
1 parent b3150fb commit dff244d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/android/LocalFilesystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,7 @@ public long writeToFileAtURL(LocalFilesystemURL inputURL, String data,
blockOffset += blockSize;
}
}

// Always close the output

if (isPublicDirectory(absolutePath)) {
broadcastNewFile(Uri.fromFile(new File(absolutePath)));
}
Expand Down

0 comments on commit dff244d

Please sign in to comment.