Settings: Use the same day sequence for downtime.
Make the starting day (Monday) the same between the selection dialog and the summary text. Bug:17390052 Change-Id: I4f884cb5e02c1cc2642ab05915cd94c655b9f362
This commit is contained in:
@@ -32,7 +32,7 @@ import java.text.SimpleDateFormat;
|
||||
import java.util.Calendar;
|
||||
|
||||
public class ZenModeDowntimeDaysSelection extends ScrollView {
|
||||
private static final int[] DAYS = {
|
||||
public static final int[] DAYS = {
|
||||
Calendar.MONDAY, Calendar.TUESDAY, Calendar.WEDNESDAY, Calendar.THURSDAY, Calendar.FRIDAY,
|
||||
Calendar.SATURDAY, Calendar.SUNDAY
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user