删除部分无用代码

This commit is contained in:
juntao
2022-05-13 15:51:29 +08:00
parent 44c2219753
commit d2f5d35403
11 changed files with 9 additions and 774 deletions

View File

@ -157,12 +157,7 @@ public class GameUtils {
return context.getString(R.string.update);
} else if (installCount != 0) {
return context.getString(R.string.launch);
} else if (
"demo".equals(gameEntity.getDownloadStatus())
// gameEntity.getVersionNumber().contains("无版号")
// && Config.isGameDomeSwitchOpen()
// && !SimulatorGameManager.isSimulatorGame(gameEntity)
) {
} else if ("demo".equals(gameEntity.getDownloadStatus())) {
return context.getString(R.string.attempt);
} else {
return context.getString(R.string.download);