mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-12 10:26:01 +00:00
committed by
Moxie Marlinspike
parent
150601c51e
commit
cc288d1e43
@@ -370,7 +370,7 @@ public class CameraView extends ViewGroup {
|
||||
return outputOrientation;
|
||||
}
|
||||
|
||||
// https://github.com/WhisperSystems/Signal-Android/issues/4715
|
||||
// https://github.com/signalapp/Signal-Android/issues/4715
|
||||
private boolean isTroublemaker() {
|
||||
return getCameraInfo().facing == CameraInfo.CAMERA_FACING_FRONT &&
|
||||
"JWR66Y".equals(Build.DISPLAY) &&
|
||||
|
||||
@@ -198,7 +198,7 @@ public abstract class LegacyMmsConnection {
|
||||
}
|
||||
} catch (NullPointerException npe) {
|
||||
// TODO determine root cause
|
||||
// see: https://github.com/WhisperSystems/Signal-Android/issues/4379
|
||||
// see: https://github.com/signalapp/Signal-Android/issues/4379
|
||||
throw new IOException(npe);
|
||||
} finally {
|
||||
if (response != null) response.close();
|
||||
|
||||
Reference in New Issue
Block a user