Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix running iOS timers when the proximity sensor is engaged (#41262)
Summary: When the proximity sensor is engaged and it detects "close", the screen is disabled so timers stop working. Treat the close proximity status as if the app went into the background so CADisplayLink based timers are not used. bypass-github-export-checks ## Changelog: [iOS] [Fixed] - Fix running timers when the proximity sensor detects close Pull Request resolved: #41262 Reviewed By: dmytrorykun Differential Revision: D50839017 Pulled By: cipolleschi fbshipit-source-id: 3f7dc47d346eb88b687c8219fc905cf2a42262fe
- Loading branch information