optimize fetch token

pull/731/head
Li ZongYing 2 years ago
parent a63463559f
commit 5c0152e36c
  1. 1
      app/src/main/java/com/lizongying/mytv/Request.kt

@ -445,7 +445,6 @@ object Request {
class TokenRunnable : Runnable {
override fun run() {
fetchToken()
handler.postDelayed(this, 600000)
}
}

Loading…
Cancel
Save