Forgot a line in the migration

pull/14/head
Sam Bosley 12 years ago
parent 76ac2d53d5
commit 5675f598e6

@ -68,6 +68,7 @@ public class BeastModePreferences extends ListActivity {
builder.append(hideSectionPref);
builder.append(BEAST_MODE_PREF_ITEM_SEPARATOR);
order = builder.toString();
} else if (!order.contains(hideSectionPref)) {
order += (hideSectionPref + BEAST_MODE_PREF_ITEM_SEPARATOR);
}

Loading…
Cancel
Save