调整部分点击逻辑

This commit is contained in:
juntao
2022-05-17 18:24:27 +08:00
parent 2f35e6ac56
commit 417633b623
32 changed files with 232 additions and 78 deletions

View File

@ -148,10 +148,6 @@ public class GameUtils {
return context.getString(R.string.launch);
}
if ("smooth".equals(gameEntity.getDownloadStatus())) {
return context.getString(R.string.smooth);
}
if (doneCount != 0) {
return context.getString(R.string.install);
} else if (pluginCount != 0 && !SimulatorGameManager.isSimulatorGame(gameEntity)) {