mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-24 03:35:58 +00:00
If Camera2Enumerator.isSupported() throws, consider Camera2Enumerator to not be supported, log the Throwable, and use Camera1Enumerator instead. Before this patch, an exception thrown by Camera2Enumerator.isSupported would crash any Signal call (even if video was not enabled). Fixes #6537 // FREEBIE