增加试玩开关判断
This commit is contained in:
@ -126,7 +126,7 @@ public class GameUtils {
|
||||
return context.getString(R.string.update);
|
||||
} else if (installCount != 0) {
|
||||
return context.getString(R.string.launch);
|
||||
} else if (gameEntity.getVersionNumber().contains("无版号")) {
|
||||
} else if (gameEntity.getVersionNumber().contains("无版号") && Config.isGameDomeSwitchOpen()) {
|
||||
return context.getString(R.string.attempt);
|
||||
} else {
|
||||
return context.getString(R.string.download);
|
||||
|
||||
Reference in New Issue
Block a user