遊戲bug修復
This commit is contained in:
@@ -19,6 +19,8 @@ public class SudGameDateModel extends BaseModel{
|
||||
private String roomStatus;
|
||||
@SerializedName("sud_game_name")
|
||||
private String sudGameName;
|
||||
@SerializedName("sud_game_name_en")
|
||||
private String sud_game_name_en;
|
||||
@SerializedName("room_name")
|
||||
private String roomName;
|
||||
@SerializedName("player_total")
|
||||
@@ -40,6 +42,15 @@ public class SudGameDateModel extends BaseModel{
|
||||
return roomHolderId;
|
||||
}
|
||||
|
||||
public String getSud_game_name_en() {
|
||||
return sud_game_name_en;
|
||||
}
|
||||
|
||||
public SudGameDateModel setSud_game_name_en(String sud_game_name_en) {
|
||||
this.sud_game_name_en = sud_game_name_en;
|
||||
return this;
|
||||
}
|
||||
|
||||
public SudGameDateModel setRoomHolderId(String roomHolderId) {
|
||||
this.roomHolderId = roomHolderId;
|
||||
return this;
|
||||
|
||||
@@ -102,6 +102,7 @@ public class LiveSudGamePopup extends BottomPopupView {
|
||||
dialog.hide();
|
||||
Bus.get().post(new ShowHideEvent());
|
||||
} else {
|
||||
IMLoginManager.get(getContext()).setSudGameMin();
|
||||
new XPopup.Builder(getContext())
|
||||
.asCustom(new HintCustomPopup(getContext(),
|
||||
getContext().getString(R.string.dialog_tip),
|
||||
@@ -111,7 +112,7 @@ public class LiveSudGamePopup extends BottomPopupView {
|
||||
.setCallBack(new HintCustomPopup.HintCustomCallBack() {
|
||||
@Override
|
||||
public void onSure() {
|
||||
IMLoginManager.get(getContext()).setSudGameMin();
|
||||
|
||||
dialog.hide();
|
||||
Bus.get().post(new ShowHideEvent());
|
||||
}
|
||||
|
||||
@@ -1364,8 +1364,8 @@ Limited ride And limited avatar frame</string>
|
||||
<string name="choose_a_prank_gift_hint">Enter the prank content...</string>
|
||||
<string name="choose_a_prank_gift_hint2">Input quantity</string>
|
||||
<string name="sud_in_game">IN GAME</string>
|
||||
<string name="currently_in_the_game">You are currently in the game, please return in a timely manner.\\nFailure to return for a long time will be considered a surrender.</string>
|
||||
<string name="the_live_room">Exiting the live room will synchronize with exiting the game room. \\n Do you want to continue</string>
|
||||
<string name="currently_in_the_game">You are currently in the game, please return in a timely manner.\n Failure to return for a long time will be considered a surrender. \n During the minimization, it will not be able to switch between live rooms</string>
|
||||
<string name="the_live_room">Exiting the live room will synchronize with exiting the game room. \n Do you want to continue</string>
|
||||
<string name="sud_in_game_minimize">minimize</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -1360,7 +1360,7 @@
|
||||
<string name="choose_a_prank_gift_hint">輸入整蠱內容...</string>
|
||||
<string name="choose_a_prank_gift_hint2">输入数量</string>
|
||||
<string name="sud_in_game">遊戲中</string>
|
||||
<string name="currently_in_the_game">您正在遊戲中,請及時返回 長時間未返回將會視爲認輸哦</string>
|
||||
<string name="currently_in_the_game">若您正在遊戲中,請及時返回\n長時間未返回將會視爲認輸哦\n【最小化期間將無法切換直播間】</string>
|
||||
<string name="the_live_room">退出直播間將會同步退出遊戲房間 是否继续</string>
|
||||
<string name="sud_in_game_minimize">最小化</string>
|
||||
</resources>
|
||||
|
||||
@@ -1360,7 +1360,7 @@
|
||||
<string name="choose_a_prank_gift_hint">輸入整蠱內容...</string>
|
||||
<string name="choose_a_prank_gift_hint2">输入数量</string>
|
||||
<string name="sud_in_game">遊戲中</string>
|
||||
<string name="currently_in_the_game">您正在遊戲中,請及時返回\n長時間未返回將會視爲認輸哦</string>
|
||||
<string name="currently_in_the_game">若您正在遊戲中,請及時返回\n長時間未返回將會視爲認輸哦\n【最小化期間將無法切換直播間】</string>
|
||||
<string name="the_live_room">退出直播間將會同步退出遊戲房間\n是否继续</string>
|
||||
<string name="sud_in_game_minimize">最小化</string>
|
||||
|
||||
|
||||
@@ -1366,8 +1366,8 @@ Limited ride And limited avatar frame</string>
|
||||
<string name="choose_a_prank_gift">Choose a prank gift</string>
|
||||
<string name="choose_a_prank_gift_hint">Enter the prank content...</string>
|
||||
<string name="choose_a_prank_gift_hint2">Input quantity</string>
|
||||
<string name="currently_in_the_game">You are currently in the game, please return in a timely manner.\\nFailure to return for a long time will be considered a surrender.</string>
|
||||
<string name="the_live_room">Exiting the live room will synchronize with exiting the game room. \\n Do you want to continue</string>
|
||||
<string name="currently_in_the_game">You are currently in the game, please return in a timely manner.\n Failure to return for a long time will be considered a surrender. \n During the minimization, it will not be able to switch between live rooms</string>
|
||||
<string name="the_live_room">Exiting the live room will synchronize with exiting the game room. \ n Do you want to continue</string>
|
||||
<string name="sud_in_game">IN GAME</string>
|
||||
<string name="sud_in_game_minimize">minimize</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user