Enable smart sort by default

Closes #93
pull/120/head
Alex Baker 10 years ago
parent 9b6ea1f2de
commit 053c0676d1

@ -34,7 +34,6 @@ public class AstridDefaultPreferenceSpec extends AstridPreferenceSpec {
if (publicPrefs != null) {
Editor edit = publicPrefs.edit();
if (edit != null) {
edit.putInt(SortHelper.PREF_SORT_FLAGS, SortHelper.FLAG_DRAG_DROP);
edit.putInt(SortHelper.PREF_SORT_SORT, SortHelper.SORT_AUTO);
edit.commit();
Preferences.setInt(AstridPreferences.P_SUBTASKS_HELP, 1);

Loading…
Cancel
Save