Small improvements

This commit is contained in:
M66B
2018-12-20 16:12:24 +01:00
parent 3bf3606f18
commit f5f70ae073
3 changed files with 3 additions and 11 deletions

View File

@@ -92,11 +92,7 @@ public class EntityAttachment {
out.write(body == null ? "" : body);
} finally {
if (out != null)
try {
out.close();
} catch (IOException e) {
Log.e(Helper.TAG, e + "\n" + Log.getStackTraceString(e));
}
out.close();
}
}