Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoongcho committed Mar 1, 2020
1 parent ce35250 commit dbc7ff0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ fun Context.showAlarmNotification(alarm: Alarm) {
}

fun Context.rescheduleEnabledAlarms() {
toast("Reschedule enabled alarms that Easy Diary.", Toast.LENGTH_LONG)
// toast("Reschedule enabled alarms that Easy Diary.", Toast.LENGTH_LONG)
EasyDiaryDbHelper.readAlarmAll().forEach {
if (it.isEnabled) scheduleNextAlarm(it, false)
}
Expand Down

0 comments on commit dbc7ff0

Please sign in to comment.