singhangadin / android-filepicker

Selecting directories/files made a lot easier.
Apache License 2.0
651 stars 139 forks source link

Select button active when no files are selected #59

Closed blady214 closed 6 years ago

blady214 commented 7 years ago

Hi!

I found out a little bug in the file picker. If you will select file and then reopen file picker it lets you to click Select button even if no file or directory has been selected.

singhangadin commented 7 years ago

Hey, Do you create a new dialog on every event, or use an existing one?

blady214 commented 7 years ago

Hey, now I am creating new dialog everytime becaues I found out that this is workaround for my issue. If I will use again previously created dialog I raise the issue.