I’ve got the same problem. mCamera.setPreviewCallback(null); didn’t help. In my activity I’ve added this to releaseCamera:
mPreview.getHolder().removeCallback(mPreview);
and it works now.
I’ve got the same problem. mCamera.setPreviewCallback(null); didn’t help. In my activity I’ve added this to releaseCamera:
mPreview.getHolder().removeCallback(mPreview);
and it works now.