Commits
cristianoccazinsp authored and GitHub committed 85b951ced16
fix(android): Fix Android Camera1 race condition crash (#2781) * add synchronized to take pictures callback in case camera was already stopped. This will also prevent a possible null camera object. * use our mCamera variable instead of the one received in the callback so we know if it has been disposed. Co-authored-by: Cristiano Coelho <cristianocca@hotmail.com>