自测修复,全服添加主播端
This commit is contained in:
@@ -230,10 +230,12 @@ public class MainHomeCommunityVideoFragment extends BaseFragment {
|
||||
String sign_ok = JSONObject.parseObject(info[0]).getString("sign_ok");
|
||||
if (TextUtils.equals(sign_ok,"1")){
|
||||
new XPopup.Builder(mContext)
|
||||
.dismissOnTouchOutside(false) // 点击外部是否关闭弹窗,默认为true
|
||||
.asCustom(new SkitCheckInWasSuccessfulPopup(mContext))
|
||||
.show();
|
||||
}
|
||||
// new XPopup.Builder(mContext)
|
||||
// .dismissOnTouchOutside(false) // 点击外部是否关闭弹窗,默认为true
|
||||
// .asCustom(new SkitCheckInWasSuccessfulPopup(mContext))
|
||||
// .show();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user