模拟器游戏下载记录使用本地数据库保存
This commit is contained in:
@ -1366,7 +1366,7 @@ public class DialogUtils {
|
||||
public static void showEmulatorGameDialog(Context context, GameEntity gameEntity, @NonNull ConfirmListener listener) {
|
||||
context = checkDialogContext(context);
|
||||
|
||||
if (!EmulatorGameManager.formats.contains(gameEntity.getApk().get(0).getFormat())) {
|
||||
if (!EmulatorGameManager.isEmulatorGame(gameEntity.getApk().get(0).getFormat())) {
|
||||
listener.onConfirm();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user