rosuH / AndroidFilePicker

FilePicker is a small and fast file selector library that is constantly evolving with the goal of rapid integration, high customization, and configurability~
https://afp.rosuh.me
MIT License
986 stars 86 forks source link

NullPointerException #132

Closed HosseinKurd closed 3 years ago

HosseinKurd commented 3 years ago
java.lang.NullPointerException: Attempt to invoke virtual method 'android.app.FragmentTransaction android.app.FragmentManager.beginTransaction()' on a null object reference
    at android.app.DialogFragment.show(DialogFragment.java:238)
    at com.codekidlabs.storagechooser.StorageChooser.init(StorageChooser.java:107)
    at com.codekidlabs.storagechooser.StorageChooser.show(StorageChooser.java:67)
rosuH commented 3 years ago

@HosseinKurd Could you show me how did you use it? 😃

HosseinKurd commented 3 years ago

@HosseinKurd Could you show me how did you use it? 😃 by Following the Readme file

rosuH commented 3 years ago

@HosseinKurd Could you show me how did you use it? 😃 by Following the Readme file

Can't reproduce...Any quick sample can be provided?

rosuH commented 3 years ago

Any new progress can be provided just reopen this issue and let me know.