nbsp-team / MaterialFilePicker

Picking files since 2015
Apache License 2.0
1.14k stars 229 forks source link

Library has an issue #99

Closed akardas16 closed 4 years ago

akardas16 commented 5 years ago

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;"

dimorinny commented 4 years ago

We've already fixed it. Check 1.9 version.