Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

v1.0.5

Compare
Choose a tag to compare
@alistairsykes alistairsykes released this 22 Oct 07:36
· 81 commits to master since this release

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.