when I launched activity the logcat says
Attempt to invoke virtual method 'boolean java.lang.Boolean.booleanValue()' on a null object reference
at com.nbsp.materialfilepicker.ui.FilePickerActivity.onCreateOptionsMenu(FilePickerActivity.java:187)
I checked library and I found you defined a wrong varable : "private Boolean mCloseable; "
I think it should be "private boolean mCloseable;"
when I launched activity the logcat says
Attempt to invoke virtual method 'boolean java.lang.Boolean.booleanValue()' on a null object reference at com.nbsp.materialfilepicker.ui.FilePickerActivity.onCreateOptionsMenu(FilePickerActivity.java:187)
I checked library and I found you defined a wrong varable : "private Boolean mCloseable; " I think it should be "private boolean mCloseable;"