Allow user to sort habits in reverse order

Closes #556, closes #497
This commit is contained in:
2020-08-15 12:29:49 -05:00
parent acb5051eec
commit 3e99d821a5
7 changed files with 71 additions and 24 deletions

View File

@@ -319,6 +319,12 @@ public class HabitCardListAdapter
preferences.setDefaultOrder(order);
}
@Override
public HabitList.Order getOrder()
{
return cache.getOrder();
}
/**
* Selects or deselects the item at a given position.
*