Add Elsa Serializer Option (Off by default)

This commit is contained in:
Anthony Calosa
2020-04-03 18:00:10 +08:00
parent b7d93783c0
commit 13652e30ac
6 changed files with 31 additions and 4 deletions

View File

@@ -217,8 +217,9 @@ public class Main extends AndroidApplication {
Main.this.setRequestedOrientation(Main.this.getResources().getConfiguration().orientation);
}
initialize(Forge.getApp(new AndroidClipboard(), adapter, assetsDir, false));
ForgePreferences prefs = FModel.getPreferences();
boolean propertyConfig = prefs != null && prefs.getPrefBoolean(ForgePreferences.FPref.UI_USE_ELSA);
initialize(Forge.getApp(new AndroidClipboard(), adapter, assetsDir, propertyConfig));
}
/*@Override