use PrefKeys everywhere
This commit is contained in:
parent
40d771d60f
commit
af5ec068e8
12 changed files with 35 additions and 36 deletions
|
|
@ -89,7 +89,7 @@ public abstract class BaseActivity extends AppCompatActivity implements Injectab
|
|||
|
||||
setTaskDescription(new ActivityManager.TaskDescription(appName, appIcon, recentsBackgroundColor));
|
||||
|
||||
int style = textStyle(preferences.getString("statusTextSize", "medium"));
|
||||
int style = textStyle(preferences.getString(PrefKeys.STATUS_TEXT_SIZE, "medium"));
|
||||
getTheme().applyStyle(style, true);
|
||||
|
||||
if(requiresLogin()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue