Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ac2340c authored by Leon Scroggins's avatar Leon Scroggins Committed by Android (Google) Code Review
Browse files

Merge "Change to 5 days ago group to 7 days ago."

parents 4787b3c1 3608d4a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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