Fixes crashes with download

This commit is contained in:
stom79 2018-09-02 15:46:55 +02:00
parent 6cb4ea5bca
commit b2617326c8
1 changed files with 1 additions and 3 deletions

View File

@ -624,9 +624,7 @@ public class HttpsConnection {
if (httpsURLConnection != null)
try {
httpsURLConnection.getInputStream().close();
} catch (IOException e) {
e.printStackTrace();
}
} catch (Exception ignored) { }
return null;
}else {
try {