diff --git a/app/src/module_game/java/com/chwl/app/game/core/engine/GameEngineAbility.kt b/app/src/module_game/java/com/chwl/app/game/core/engine/GameEngineAbility.kt index 6ad2cce81..b3c9073a0 100644 --- a/app/src/module_game/java/com/chwl/app/game/core/engine/GameEngineAbility.kt +++ b/app/src/module_game/java/com/chwl/app/game/core/engine/GameEngineAbility.kt @@ -1,12 +1,12 @@ package com.chwl.app.game.core.engine -import android.os.Build import com.chwl.app.BuildConfig import com.chwl.app.game.core.GameQueueAbility import com.chwl.app.game.core.GameStateAbility import com.chwl.core.bean.game.GameResultBean import com.chwl.core.bean.game.SudGameConfigBean import com.chwl.core.sud.model.GameViewInfoModel +import com.chwl.core.sud.state.SudMGPAPPState import com.chwl.core.sud.state.SudMGPMGState import com.chwl.core.support.room.RoomContext import com.chwl.library.utils.SingleToastUtil @@ -131,7 +131,8 @@ class GameEngineAbility : SudEngineAbility() { private fun updateGameSettingSelectConfig() { val configStr = gameConfig?.getGameSettingSelectConfigStr() if (!configStr.isNullOrEmpty()) { - sudFSTAPP.notifyStateChange("app_common_game_setting_select_info", configStr) + logD("updateGameSettingSelectConfig() configStr:$configStr") + sudFSTAPP.notifyStateChange(SudMGPAPPState.APP_COMMON_GAME_SETTING_SELECT_INFO, configStr) } } diff --git a/app/src/module_game/res/values-ar/strings.xml b/app/src/module_game/res/values-ar/strings.xml index d87f76bde..9f92d1175 100644 --- a/app/src/module_game/res/values-ar/strings.xml +++ b/app/src/module_game/res/values-ar/strings.xml @@ -13,4 +13,5 @@ إعادة المطابقة جاري التحميل، هل تريد العودة إلى الغرفة؟ انتهت اللعبة~ + متابعة اللعبة \ No newline at end of file diff --git a/app/src/module_game/res/values-zh-rTW/strings.xml b/app/src/module_game/res/values-zh-rTW/strings.xml index 4478576b7..0ea3529cb 100644 --- a/app/src/module_game/res/values-zh-rTW/strings.xml +++ b/app/src/module_game/res/values-zh-rTW/strings.xml @@ -14,4 +14,5 @@ 重新匹配 遊戲進行中,是否返回房間? 遊戲已結束~ + 繼續遊戲 \ No newline at end of file diff --git a/app/src/module_game/res/values/strings.xml b/app/src/module_game/res/values/strings.xml index e98be339d..7bd579f0a 100644 --- a/app/src/module_game/res/values/strings.xml +++ b/app/src/module_game/res/values/strings.xml @@ -13,4 +13,5 @@ Rematch Game in progress, do you want to return to the room? The game is over ~ + Continue \ No newline at end of file