siralam / BSImagePicker

An image picker that extends BottomSheetDialogFragment. Camera and gallery all in one dialog. Single or Multi Selection.
202 stars 61 forks source link

bug on onRequestPermissionsResult in BSImagePicker #49

Open PankajSavaliya opened 4 years ago

PankajSavaliya commented 4 years ago

I have just checked your BSImagePicker class and I got an issue in onRequestPermissionsResult method. please add a breakpoint in the switch case.

siralam commented 4 years ago

May you explain what issue did you encounter?

surajs539 commented 4 years ago

For this reason When I capture image from camera after permission allow, it open camera and capture image it again open camera and then capture image. means twice time.

askarsyzdykov commented 3 years ago

same issue

PankajSavaliya commented 3 years ago

add break; at this line. I hope your issue will be resolved. @askarsyzdykov