Update SettingsGeneralActivity.java
Correct typo: checkPreffered -> checkPreferred
This commit is contained in:
parent
ed51eb6ff6
commit
7daf391753
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ public class SettingsGeneralActivity extends SettingsBaseActivity {
|
|||
updateAllSettings();
|
||||
} else if (id.equals(settings.PREFERRED_LOCALE.getId())) {
|
||||
// restart application to update locale
|
||||
getMyApplication().checkPrefferedLocale();
|
||||
getMyApplication().checkPreferredLocale();
|
||||
Intent intent = getIntent();
|
||||
finish();
|
||||
startActivity(intent);
|
||||
|
|
Loading…
Reference in a new issue