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
Hey @arashifunsho sorry for the delay.
When you use it from a fragment you just need to make your fragment inplements ActivityStarter and pass the fragment as the second parameter on PIcPicker constructor, like this.
I have issues using this library with fragments. The result isn't returned even though the host activity has a
super.onActivityResult(requestCode, resultCode, data);
in it's onActivityResult method which is also overrode in the fragment to do the necessary manipulation
Please help
The text was updated successfully, but these errors were encountered: