Skip to content

Commit

Permalink
Enable alarm when time is set
Browse files Browse the repository at this point in the history
- Deleted by mistake in the commit 00d6ef2;
  • Loading branch information
BlackyHawky committed Nov 16, 2024
1 parent 76d2914 commit af95268
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ public void onTimeSet(int hourOfDay, int minute) {
} else {
mSelectedAlarm.hour = hourOfDay;
mSelectedAlarm.minutes = minute;
mSelectedAlarm.enabled = true;
mAlarmUpdateHandler.asyncUpdateAlarm(mSelectedAlarm, true, false);
mSelectedAlarm = null;
}
Expand Down

0 comments on commit af95268

Please sign in to comment.