Remove 'until next alarm'.
am: 5edde5f18a
Change-Id: I0f247f52155f78cefe0d2e850e9d5f1ca65dfb42
This commit is contained in:
@@ -547,8 +547,9 @@ public class ZenModePanel extends LinearLayout {
|
||||
setToMidnight(nextAlarm);
|
||||
|
||||
if (weekRange.compareTo(nextAlarm) >= 0) {
|
||||
return ZenModeConfig.toNextAlarmCondition(mContext, now,
|
||||
nextAlarmMs, ActivityManager.getCurrentUser());
|
||||
return ZenModeConfig.toTimeCondition(mContext, nextAlarmMs,
|
||||
Math.round((nextAlarmMs - now) / (float) MINUTES_MS),
|
||||
ActivityManager.getCurrentUser(), true);
|
||||
}
|
||||
}
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user