You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-android/src
Christian Juner 1c94137f7a Fall back to Camera1Enumerator on exceptions
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
9 years ago
..
org/thoughtcrime/securesms Fall back to Camera1Enumerator on exceptions 9 years ago
ws/com/google/android/mms Refactor "parts" to contain MMS/PDU madness to MMS code paths. 10 years ago