siralam / BSImagePicker

An image picker that extends BottomSheetDialogFragment. Camera and gallery all in one dialog. Single or Multi Selection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug on onRequestPermissionsResult in BSImagePicker

PankajSavaliya opened this issue · comments

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

commented

May you explain what issue did you encounter?

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.

same issue

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