Commits
Ruslan Bekenev authored and Sibelius Seraphini committed adac26f5cf4
fix(ios): wrap captureStillImageAsynchronouslyFromConnection with try/catch (#2056) * wrap captureStillImageAsynchronouslyFromConnection with try/catch the diff may look pretty big but the only change made here is try/catch block added for captureStillImageAsynchronouslyFromConnection call. For some reason, this method may throw an exception saying about inconsistent state. * make sure null in cameraHandle isn't passed to Native code