You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I appreciate your library! Thank you for this.
But it seems to be a bug on device mentioned above. I debugged my files and saw that in ChooserDialogFragment.java
the storageDir.listFiles() return a null volumeList!
Could you check this please?
(By changing command "File storageDir = new File("/storage");" into "File storageDir = new File(Environment.getExternalStorageDirectory().getAbsolutePath().toString());" it seems to run)
Best regards
rom-bek
The text was updated successfully, but these errors were encountered:
Hi Ashish,
I appreciate your library! Thank you for this.
But it seems to be a bug on device mentioned above. I debugged my files and saw that in ChooserDialogFragment.java
the storageDir.listFiles() return a null volumeList!
Could you check this please?
(By changing command "File storageDir = new File("/storage");" into "File storageDir = new File(Environment.getExternalStorageDirectory().getAbsolutePath().toString());" it seems to run)
Best regards
rom-bek
The text was updated successfully, but these errors were encountered: