删除部分无用代码
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user