Change to 5 days ago group to 7 days ago.

Fix for http://b/issue?id=2450232
This commit is contained in:
Leon Scroggins
2010-02-19 11:18:53 -05:00
parent bcbf564a3f
commit 3608d4a890

View File

@@ -26,7 +26,7 @@ import java.util.Date;
* Sorts dates into the following groups:
* Today
* Yesterday
* five days ago
* seven days ago
* one month ago
* older than a month ago
*/
@@ -41,7 +41,7 @@ public class DateSorter {
private long [] mBins = new long[DAY_COUNT-1];
private String [] mLabels = new String[DAY_COUNT];
private static final int NUM_DAYS_AGO = 5;
private static final int NUM_DAYS_AGO = 7;
/**
* @param context Application context