- The default RAM value is now device aware

- Hide notch setting defaults to false.
This commit is contained in:
SerpentSpirale 2021-08-13 12:17:20 +02:00
parent 35f0bf3277
commit 35a0b66ec1
7 changed files with 50 additions and 19 deletions

View file

@ -194,7 +194,7 @@ public class MainActivity extends BaseMainActivity {
if (requestCode == 1 && resultCode == Activity.RESULT_OK) {
// Reload PREF_DEFAULTCTRL_PATH
LauncherPreferences.loadPreferences();
LauncherPreferences.loadPreferences(getApplicationContext());
try {
mControlLayout.loadLayout(LauncherPreferences.PREF_DEFAULTCTRL_PATH);
} catch (IOException e) {