Update Forge.java

This commit is contained in:
Anthony Calosa
2021-09-11 10:23:49 +00:00
parent 1328b0bc7d
commit 2dd5a49e62

View File

@@ -112,7 +112,7 @@ public class Forge implements ApplicationListener {
GuiBase.setIsAndroid(Gdx.app.getType() == Application.ApplicationType.Android); GuiBase.setIsAndroid(Gdx.app.getType() == Application.ApplicationType.Android);
if (!GuiBase.isAndroid() || androidVersion > 28) { if (!GuiBase.isAndroid() || (androidVersion > 28 && totalDeviceRAM > 7000)) {
allowCardBG = true; allowCardBG = true;
} else { } else {
// don't allow to read and process // don't allow to read and process