This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
v1.0.5
We highly recommend updating from 1.0.4 to 1.0.5, since this update fixes a a couple of significant issues.
Coroutine Fixes
#23
Made some fixes to the way we use coroutines. Cancelled the current job rather than scope so that we can launch new coroutines from the same scope. Changed our Firebase call to be a suspend call.
Surface Invalid
#22
Added a check after opening the camera to ensure that the surfaces are still valid.