Demizo / Daily_You

Every day is worth remembering...
GNU General Public License v3.0
112 stars 5 forks source link

Fix notifications not sending #91

Closed Demizo closed 5 months ago

Demizo commented 5 months ago

With the change to SAF the database needs to be initialized before use. The notification service was crashing and not sending notifications since the database was not initialized.

For good measure, schedule exact alarm permission is also requested when relevant.

closes #90