Skip to content

Commit

Permalink
fix logout
Browse files Browse the repository at this point in the history
  • Loading branch information
ekibun committed Jul 17, 2019
1 parent 728d087 commit 77b33ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/soko/ekibun/bangumi/api/ApiHelper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ object ApiHelper {
return object:Callback<T>{
override fun onFailure(call: Call<T>, t: Throwable) {
Log.e("errUrl", call.request().url().toString())
if(!t.toString().contains("Canceled")) finish(t)
t.printStackTrace()
}

Expand Down

0 comments on commit 77b33ab

Please sign in to comment.