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> {
|
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();
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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());
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,4 +19,4 @@ android.useAndroidX=true
|
|||||||
# resources declared in the library itself and none from the library's dependencies,
|
# resources declared in the library itself and none from the library's dependencies,
|
||||||
# thereby reducing the size of the R class for that library
|
# thereby reducing the size of the R class for that library
|
||||||
android.nonTransitiveRClass=true
|
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.*
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user