Skip to content

Commit

Permalink
Add missing failure function call
Browse files Browse the repository at this point in the history
  • Loading branch information
Bombbird2001 committed Apr 14, 2024
1 parent bcde53a commit c48e6d4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ object HttpRequest {
client.newCall(request).enqueue(object: Callback {
override fun onFailure(call: Call, e: IOException) {
FileLog.info("HttpRequest", "Bug report request failed")
onFailure()
}

override fun onResponse(call: Call, response: Response) {
Expand Down

0 comments on commit c48e6d4

Please sign in to comment.