Skip to content

Commit 702a3b6

Browse files
authored
Update README.md
1 parent 95daa47 commit 702a3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ i.putExtra(Constants.ALLOWED_FILE_EXTENSIONS, "mkv;mp4;avi");
154154
Use file extensions delimited by semicolon
155155

156156
### Known Issues
157-
Currently folder size is calculated using Java's Api getTotalSpace() which gives the size of the partition of the pathpf which may not always give the desired result.
157+
Currently folder size is calculated using Java's Api getTotalSpace() which gives the size of the partition of the path which may not always give the desired result.
158158
To get the exact size, properties can be used which gives the exact result. If Exact size is to be known, then UI would lag as it would take some time to calculate size - Fix for this is postponed
159159

160160

0 commit comments

Comments
 (0)