mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 14:02:49 +00:00
Update gradle and dependencies
This commit is contained in:
parent
043b17909c
commit
f73a64acd6
4 changed files with 27 additions and 23 deletions
|
@ -45,7 +45,7 @@ public abstract class AegisActivity extends AppCompatActivity implements VaultMa
|
|||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
// set the theme and locale before creating the activity
|
||||
_prefs = EarlyEntryPoints.get(this, PrefEntryPoint.class).getPreferences();
|
||||
_prefs = EarlyEntryPoints.get(getApplicationContext(), PrefEntryPoint.class).getPreferences();
|
||||
onSetTheme();
|
||||
setLocale(_prefs.getLocale());
|
||||
super.onCreate(savedInstanceState);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue