Yes HttpURLConnection is buggy
This commit is contained in:
@@ -57,7 +57,7 @@ object MacLookup {
|
|||||||
nickname = result
|
nickname = result
|
||||||
macLookupPending = false
|
macLookupPending = false
|
||||||
}
|
}
|
||||||
} catch (e: IOException) {
|
} catch (e: Exception) {
|
||||||
Timber.d(e)
|
Timber.d(e)
|
||||||
if (explicit) SmartSnackbar.make(e).show()
|
if (explicit) SmartSnackbar.make(e).show()
|
||||||
} catch (e: JSONException) {
|
} catch (e: JSONException) {
|
||||||
|
|||||||
Reference in New Issue
Block a user