Just update to the new repo path "github.com/signalapp"

Closes #7469
This commit is contained in:
平民·寻梦(Pingmin Fenlly Liu)
2018-03-08 18:06:21 +08:00
committed by Moxie Marlinspike
parent 150601c51e
commit cc288d1e43
9 changed files with 24 additions and 24 deletions

View File

@@ -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) &&

View File

@@ -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();