You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this has two problems, first it wont let any other image selected as it requires second user will have to deselect and then only it can select new image and proceeded with it,
either this
new Gligar().requestCode(PICKER_REQUEST_CODE).withFragment(this).limit(1).show()
should allow selection of other images while one is selected or setSingleSelection(true) should be made that could introduce such behavior
Praises to creator
The text was updated successfully, but these errors were encountered:
this has two problems, first it wont let any other image selected as it requires second user will have to deselect and then only it can select new image and proceeded with it,
either this
new Gligar().requestCode(PICKER_REQUEST_CODE).withFragment(this).limit(1).show()
should allow selection of other images while one is selected or setSingleSelection(true) should be made that could introduce such behavior
Praises to creator
The text was updated successfully, but these errors were encountered: