My activity invokes the camera with the ACTION_IMAGE_CAPTURE intent. If the camera activity returns succesfully, I set a flag in the onActivityResult callback, and based on
I was always getting this when I tried to show fragment in onActivityForResult() method, so the problem was next:
What I made is next: