调整部分点击逻辑
This commit is contained in:
@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user