修改中英文

This commit is contained in:
18401019693 2023-10-18 17:26:37 +08:00
parent 4ff529ace9
commit e15953dc64
3 changed files with 8 additions and 7 deletions

View File

@ -22,10 +22,10 @@ ext {
baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S", baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S",
// true表示谷歌支付 false // true表示谷歌支付 false
isGooglePlay : true, isGooglePlay : false,
// //
isUploadLog : true, isUploadLog : true,
// //
isPluginModel : false, isPluginModel : true,
] ]
} }

View File

@ -1135,6 +1135,7 @@ public class PortraitLiveManager implements LivePlayListener, SocketMessageListe
.dismissOnBackPressed(false) .dismissOnBackPressed(false)
.asCustom(new LiveSudGamePopup(mContext, createSudRoomModel)) .asCustom(new LiveSudGamePopup(mContext, createSudRoomModel))
.show(); .show();
createSudRoomModel = null;
} }
// String jsonCreateSudRoom = IMLoginManager.get(mContext).getSudGame(); // String jsonCreateSudRoom = IMLoginManager.get(mContext).getSudGame();
// if (!TextUtils.isEmpty(jsonCreateSudRoom)) { // if (!TextUtils.isEmpty(jsonCreateSudRoom)) {

View File

@ -11,7 +11,7 @@
<TextView <TextView
android:id="@+id/tv_class_name" android:id="@+id/tv_class_name"
android:layout_width="56dp" android:layout_width="65dp"
android:layout_height="26dp" android:layout_height="26dp"
android:text="音乐" android:text="音乐"
android:textSize="16sp" android:textSize="16sp"