自测修复,全服添加主播端
This commit is contained in:
parent
bbf5d159b4
commit
490c558e03
@ -11,11 +11,12 @@
|
|||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/icon_slice_368"
|
android:id="@+id/icon_slice_368"
|
||||||
android:layout_width="20dp"
|
android:layout_width="40dp"
|
||||||
android:layout_height="20dp"
|
android:padding="10dp"
|
||||||
|
android:layout_height="40dp"
|
||||||
android:layout_gravity="end"
|
android:layout_gravity="end"
|
||||||
android:layout_marginTop="89dp"
|
android:layout_marginTop="79dp"
|
||||||
android:layout_marginEnd="13dp"
|
android:layout_marginEnd="3dp"
|
||||||
android:src="@mipmap/icon_slice_368" />
|
android:src="@mipmap/icon_slice_368" />
|
||||||
|
|
||||||
</FrameLayout>
|
</FrameLayout>
|
@ -230,10 +230,12 @@ public class MainHomeCommunityVideoFragment extends BaseFragment {
|
|||||||
String sign_ok = JSONObject.parseObject(info[0]).getString("sign_ok");
|
String sign_ok = JSONObject.parseObject(info[0]).getString("sign_ok");
|
||||||
if (TextUtils.equals(sign_ok,"1")){
|
if (TextUtils.equals(sign_ok,"1")){
|
||||||
new XPopup.Builder(mContext)
|
new XPopup.Builder(mContext)
|
||||||
|
.dismissOnTouchOutside(false) // 点击外部是否关闭弹窗,默认为true
|
||||||
.asCustom(new SkitCheckInWasSuccessfulPopup(mContext))
|
.asCustom(new SkitCheckInWasSuccessfulPopup(mContext))
|
||||||
.show();
|
.show();
|
||||||
}
|
}
|
||||||
// new XPopup.Builder(mContext)
|
// new XPopup.Builder(mContext)
|
||||||
|
// .dismissOnTouchOutside(false) // 点击外部是否关闭弹窗,默认为true
|
||||||
// .asCustom(new SkitCheckInWasSuccessfulPopup(mContext))
|
// .asCustom(new SkitCheckInWasSuccessfulPopup(mContext))
|
||||||
// .show();
|
// .show();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user