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