Update API.java

pull/69/head
FongMi 3 years ago
parent 9a8b39b490
commit 1b615ad616
  1. 2
      app/src/main/java/com/github/catvod/ali/API.java

@ -61,7 +61,7 @@ public class API {
private API() {
this.auth = new Auth();
this.lock = new ReentrantLock();
this.lock = new ReentrantLock(true);
}
public void setRefreshToken(String token) {

Loading…
Cancel
Save