mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Small improvements
This commit is contained in:
@@ -85,7 +85,7 @@ public class IPInfo {
|
||||
organization.name = jinfo.optString("org");
|
||||
organization.country = jinfo.optString("country");
|
||||
} catch (JSONException ex) {
|
||||
Log.w(ex);
|
||||
throw new IOException(ex);
|
||||
} finally {
|
||||
connection.disconnect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user