GleeStream 修改请求用户信息位置
This commit is contained in:
parent
66ef205346
commit
d9334c8bd7
@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -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());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user