Missed constant usage
This commit is contained in:
parent
83c037d1de
commit
6b14cff33a
@ -116,7 +116,7 @@ public class TabOrderActivity extends Activity
|
||||
}
|
||||
|
||||
SharedPreferences.Editor editor = PlaybackService.getSettings(this).edit();
|
||||
editor.putString("tab_order", new String(out));
|
||||
editor.putString(PrefKeys.TAB_ORDER, new String(out));
|
||||
editor.commit();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user