GleeStream 修改请求用户信息位置

This commit is contained in:
guozhen 2025-04-30 18:16:05 +08:00
parent 66ef205346
commit d9334c8bd7
4 changed files with 14 additions and 39 deletions

View File

@ -22,39 +22,8 @@ import com.shortdrama.jelly.zyreotv.topics.abslRwgt.pragma.IDDetailsRoundActivit
public class IIUAgreementBuildActivity extends IDDetailsRoundActivity<GEventBottomBinding> {
volatile String showPlayinfoString;
private volatile boolean canEarchPlayer = false;
volatile HashMap<String, Integer> eventDelete_4m_dict;
volatile String toastAlter_str;
private double reboundAssertFindExtraEditor(HashMap<String, String> followCollection, float ccountUrl) {
ArrayList<Boolean> familySelector = new ArrayList();
String description_rTablist = "gdpr";
double facebookArrowright = 2879.0;
int shareDragging = 7712;
double paethDelayRelative = 0;
facebookArrowright = 7106;
paethDelayRelative *= facebookArrowright;
double q_100 = (double) facebookArrowright;
q_100 += 83.0;
shareDragging = 1967;
int q_52 = (int) shareDragging;
int x_33 = 1;
int x_13 = 1;
if (q_52 > x_13) {
q_52 = x_13;
}
while (x_33 <= q_52) {
x_33 += 1;
q_52 *= x_33;
break;
}
return paethDelayRelative;
}
private String authkey;
@Override
public void init() {
@ -70,7 +39,7 @@ public class IIUAgreementBuildActivity extends IDDetailsRoundActivity<GEventBott
if (uri != null) {
TIndicator.saveString(ITItem.Constants_DeepLinkData_URL, uri.toString());
}
String authkey = TIndicator.getString(TIndicator.auth, "");
authkey = TIndicator.getString(TIndicator.auth, "");
if (TextUtils.isEmpty(authkey)) {
userViewModel.regist();
} else {
@ -128,8 +97,12 @@ public class IIUAgreementBuildActivity extends IDDetailsRoundActivity<GEventBott
@Override
public void logic() {
userViewModel.getRegistLiveData().observe(this, vPisodesAppnameBeanIMACloseStroke -> {
gotoMain();
});
if (TextUtils.isEmpty(authkey)) {
userViewModel.getRegistLiveData().observe(this, vPisodesAppnameBeanIMACloseStroke -> {
gotoMain();
});
}
}
}

View File

@ -144,8 +144,10 @@ public class GXCProgressLogin extends ViewModel {
@Override
public void onSuccess(IMACloseStroke<VPisodesAppnameBean> feedbackResp) {
TIndicator.saveString(TIndicator.auth, feedbackResp.data.getToken());
registLiveData.setValue(feedbackResp);
if (feedbackResp.data != null) {
TIndicator.saveString(TIndicator.auth, feedbackResp.data.getToken());
}
}

View File

@ -19,4 +19,4 @@ android.useAndroidX=true
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
#systemProp.http.nonProxyHosts=localhost|127.0.0.1|127.*|10.*|172.16.*|172.17.*|172.18.|172.19.*|172.20.*|172.21.*|172.22.*|172.23.*|172.24.*|172.25.*|172.26.*|172.27.*|172.28.*|172.29.*|172.30.*|172.31.*|192.168.*
#systemProp.http.nonProxyHosts=localhost|127.0.0.1|127.*|10.*|172.16.*|172.17.*|172.18.|172.19.*|172.20.*|172.21.*|172.22.*|172.23.*|172.24.*|172.25.*|172.26.*|172.27.*|172.28.*|172.29.*|172.30.*|172.31.*|192.168.*

View File

@ -1,5 +1,5 @@
[versions]
agp = "8.2.1"
agp = "8.2.2"
junit = "4.13.2"
junitVersion = "1.1.5"
espressoCore = "3.5.1"