mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08:00 +00:00
Merge branch 'kevlahnota-master-patch-56985' into 'master'
Update Forge.java See merge request core-developers/forge!5325
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user