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

Commit 84616b2b authored by Jochen Sprickerhof's avatar Jochen Sprickerhof
Browse files

Show more events in widget Closes #79

parent dd7ecd94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ public class CalendarAppWidgetService extends RemoteViewsService {
    static final int INDEX_END_DAY = 7;
    static final int INDEX_COLOR = 8;
    static final int INDEX_SELF_ATTENDEE_STATUS = 9;
    static final int MAX_DAYS = 7;
    static final int MAX_DAYS = 31;
    private static final String TAG = "CalendarWidget";
    private static final String EVENT_SORT_ORDER = Instances.START_DAY + " ASC, "
            + Instances.START_MINUTE + " ASC, " + Instances.END_DAY + " ASC, "