mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
When the app is not running and ReminderReceiver receives ACTION_SHOW_REMINDER, the (SQLite)HabitList will start loading its data in the background for some reason, and if the loading takes a moment, ReminderReceiver will call the unsynchronized HabitList.getById() before the loading finishes, failing to find the habit for which to show the notification.