Commits
cristianoccazinsp authored and GitHub committed ba0e4273043
feat(android): stop/release camera in non-UI thread (#2685) * stop/release camera in non-UI thread so we prevent ANRs and UI freezing. Some phones may take up to a second to release the camera and preview. * fix for surface destroy and resume events. Co-authored-by: Cristiano Coelho <cristianocca@hotmail.com>