Update ali
This commit is contained in:
parent
f7917415fb
commit
7ba0eac06e
|
|
@ -101,6 +101,8 @@ public class API {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setShareId(String shareId) {
|
public void setShareId(String shareId) {
|
||||||
|
if (!getOAuthCache().exists()) oauth.clean().save();
|
||||||
|
if (!getUserCache().exists()) user.clean().save();
|
||||||
this.shareId = shareId;
|
this.shareId = shareId;
|
||||||
refreshShareToken();
|
refreshShareToken();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
89ad2d897321d371d01075fec070484b
|
150908c13313d69af0f7a306aa7fa10d
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue