typo
This commit is contained in:
parent
af0c22d4f0
commit
046e40341b
1 changed files with 0 additions and 1 deletions
|
@ -495,7 +495,6 @@ public abstract class SettingsBaseActivity extends ActionBarPreferenceActivity
|
|||
for (ApplicationMode am : ApplicationMode.values(getMyApplication())) {
|
||||
if (am.getStringKey() == state.get(SELECTED_MODE_KEY)) {
|
||||
setSelectedAppMode(am);
|
||||
isModeSelected = true;
|
||||
}
|
||||
if (am.getStringKey() == state.get(PREV_MODE_KEY)) {
|
||||
previousAppMode = am;
|
||||
|
|
Loading…
Reference in a new issue