Lots of changes

This commit is contained in:
Phillip Hsu
2016-06-08 12:44:12 -07:00
parent 938f1a62a7
commit 8dc71ae34b
8 changed files with 42 additions and 24 deletions
@@ -123,7 +123,7 @@ public class AlarmViewHolder extends BaseViewHolder<Alarm> implements AlarmCount
bindCountdown(true, alarm.ringsIn());
bindDismissButton(alarm);
} else {
AlarmUtils.cancelAlarm(getContext(), alarm); // might save repo
AlarmUtils.cancelAlarm(getContext(), alarm, true); // might save repo
bindCountdown(false, -1);
bindDismissButton(false, "");
}