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> { 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 @Override
public void init() { public void init() {
@ -70,7 +39,7 @@ public class IIUAgreementBuildActivity extends IDDetailsRoundActivity<GEventBott
if (uri != null) { if (uri != null) {
TIndicator.saveString(ITItem.Constants_DeepLinkData_URL, uri.toString()); TIndicator.saveString(ITItem.Constants_DeepLinkData_URL, uri.toString());
} }
String authkey = TIndicator.getString(TIndicator.auth, ""); authkey = TIndicator.getString(TIndicator.auth, "");
if (TextUtils.isEmpty(authkey)) { if (TextUtils.isEmpty(authkey)) {
userViewModel.regist(); userViewModel.regist();
} else { } else {
@ -128,8 +97,12 @@ public class IIUAgreementBuildActivity extends IDDetailsRoundActivity<GEventBott
@Override @Override
public void logic() { public void logic() {
userViewModel.getRegistLiveData().observe(this, vPisodesAppnameBeanIMACloseStroke -> { if (TextUtils.isEmpty(authkey)) {
gotoMain(); userViewModel.getRegistLiveData().observe(this, vPisodesAppnameBeanIMACloseStroke -> {
}); gotoMain();
});
}
} }
} }

View File

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

View File

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