Use largeHeap, could help on some devices

This commit is contained in:
utkabobr
2025-04-02 02:09:20 +03:00
parent e52a1ad949
commit 838cedbf1a
3 changed files with 7 additions and 1 deletions
@@ -709,7 +709,7 @@ public abstract class ProfileListFragment extends Fragment {
.setPositiveButton(android.R.string.ok, null)
.show();
return true;
});;
});
if (def.type == ConfigOptionDef.ConfigOptionType.STRING || def.type == ConfigOptionDef.ConfigOptionType.STRINGS) {
((PreferenceItem) simpleItem).setSubtitleProvider(() -> opt(def, eIndex).trim());