You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2019. It is now read-only.
Sometimes app crashes in
handleDeviceOrientation()with the errorfatal error: unexpectedly found nil while unwrapping an Optional value.The reason I see is the previewLayer variable declared as forcely unwrapped optional.
Will try to fix and update.