mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 17:37:57 +00:00

committed by
Moxie Marlinspike

parent
0ef56fb86d
commit
00a18f58a7
@@ -189,6 +189,10 @@ public abstract class LegacyMmsConnection {
|
||||
if (response.getStatusLine().getStatusCode() == 200) {
|
||||
return parseResponse(response.getEntity().getContent());
|
||||
}
|
||||
} catch (NullPointerException npe) {
|
||||
// TODO determine root cause
|
||||
// see: https://github.com/WhisperSystems/Signal-Android/issues/4379
|
||||
throw new IOException(npe);
|
||||
} finally {
|
||||
if (response != null) response.close();
|
||||
if (client != null) client.close();
|
||||
|
Reference in New Issue
Block a user