Skip to content

Commit 95daa47

Browse files
authored
Update README.md
Updated Known Issues
1 parent 5758782 commit 95daa47

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,10 @@ i.putExtra(Constants.ALLOWED_FILE_EXTENSIONS, "mkv;mp4;avi");
153153

154154
Use file extensions delimited by semicolon
155155

156+
### 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.
158+
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
159+
160+
156161
If you have any questions/queries/Bugs/Hugs please mail @
157162

0 commit comments

Comments
 (0)