遊戲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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user