Before trying new id related stuff

This commit is contained in:
Phillip Hsu
2016-06-11 13:33:30 -07:00
parent 0bcbd6b421
commit b6260c3fb7
6 changed files with 60 additions and 24 deletions
@@ -119,7 +119,7 @@ public class AlarmViewHolder extends BaseViewHolder<Alarm> implements AlarmCount
alarm.setEnabled(checked);
if (alarm.isEnabled()) {
// TODO: On Moto X, upcoming notification doesn't post immediately
AlarmUtils.scheduleAlarm(getContext(), alarm);
AlarmUtils.scheduleAlarm(getContext(), alarm, true);
bindCountdown(true, alarm.ringsIn());
bindDismissButton(alarm);
} else {