Reschedule reminders on resume

This commit is contained in:
2023-05-26 19:55:53 -05:00
parent 1df9cc7664
commit 11eb3713e5

View File

@@ -101,6 +101,7 @@ class ListHabitsActivity : AppCompatActivity(), Preferences.Listener {
screen.onAttached()
rootView.postInvalidate()
midnightTimer.onResume()
appComponent.reminderScheduler.scheduleAll()
taskRunner.run {
try {
AutoBackup(this@ListHabitsActivity).run()