hedzr / android-file-chooser

a lightweight file/folder chooser or picker
Apache License 2.0
284 stars 62 forks source link

File size is 0 if file is smaller than 1024 bytes #75

Closed nugatritter closed 5 years ago

nugatritter commented 5 years ago

When you list files with size smaller than 1024 bytes (1kB) they will be displayed with file size "0 KB". The user could think that these files are empty.

Guiorgy commented 5 years ago

use

dependencies {
    implementation 'com.github.hedzr:android-file-chooser:1.2.0-SNAPSHOT'
}
nugatritter commented 5 years ago

75 fixed the issue

Thank you for extremely fast solution!