mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-04 20:30:36 +00:00
Fix setting the preferred theme
This commit is contained in:
parent
9958f73926
commit
5ebb714d05
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ public abstract class AegisActivity extends AppCompatActivity {
|
|||
_app = (AegisApplication) getApplication();
|
||||
|
||||
// set the theme and create the activity
|
||||
setPreferredTheme(Theme.fromInteger(getPreferences().getCurrentTheme()));
|
||||
setPreferredTheme(getPreferences().getCurrentTheme());
|
||||
super.onCreate(savedInstanceState);
|
||||
|
||||
// if the app was killed, relaunch MainActivity and close everything else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue