IFTTT / FastttCamera

Fasttt and easy camera framework for iOS with customizable filters
http://ifttt.github.io
MIT License
1.86k stars 189 forks source link

Race condition on older phones #57

Open zrxq opened 8 years ago

zrxq commented 8 years ago

Sometimes _checkDeviceAuthorizationWithCompletion takes too long before invoking the completion handler, resulting in _session being nil at the point startRunning is called.