x`Hesham Morsy

Results 2 comments of x`Hesham Morsy

I had this issue but it was fixed when I added this line : `.sortDocumentsBy(SortingTypes.name)` my file picker is written as following code : ``` FilePickerBuilder.Companion.getInstance() .setMaxCount(1) .setSelectedFiles(new ArrayList()) .setActivityTheme(R.style.LibAppTheme)...