Update API.java

main
FongMi 3 years ago
parent f23448c9ec
commit 754d498552
  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