Yes HttpURLConnection is buggy

This commit is contained in:
Mygod
2019-06-24 11:18:54 +08:00
parent befea46b3e
commit 931a424fc7

View File

@@ -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) {