mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-12 01:21:09 -07:00
- The default RAM value is now device aware
- Hide notch setting defaults to false.
This commit is contained in:
parent
35f0bf3277
commit
35a0b66ec1
7 changed files with 50 additions and 19 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue