kopia lustrzana https://github.com/ryukoposting/Signal-Android
PushNetworkException for network errors on external downloads.
Closes #2112 Fixes #1264 // FREEBIEfork-5.53.8
rodzic
5e61161767
commit
a9637baddf
|
@ -368,6 +368,8 @@ public class PushServiceSocket {
|
|||
|
||||
output.close();
|
||||
Log.w("PushServiceSocket", "Downloaded: " + url + " to: " + localDestination.getAbsolutePath());
|
||||
} catch (IOException ioe) {
|
||||
throw new PushNetworkException(ioe);
|
||||
} finally {
|
||||
connection.disconnect();
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue