Skip to content

Commit

Permalink
Remove unneeded TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusRodCosta committed Oct 11, 2024
1 parent 2a335a0 commit cb6a077
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ fun FileInfo(uriData: UriData) {
)
FileInfoLine(
label = stringResource(R.string.file_size),
// TODO: Find code to calculate file size for previews
content = if (uriData.size != null) Formatter.formatFileSize(
LocalContext.current, uriData.size
) else stringResource(R.string.unknown)
Expand Down

0 comments on commit cb6a077

Please sign in to comment.