docs: remove comment about overdue messages

That will be solved in another PR.
This commit is contained in:
Naveen Singh
2025-12-23 20:29:52 +05:30
parent c77a6c085f
commit 8925d39837

View File

@@ -7,7 +7,7 @@ import org.fossify.commons.helpers.ensureBackgroundThread
import org.fossify.messages.extensions.rescheduleAllScheduledMessages
/**
* Reschedules exact alarms after boot/package updates and catches up overdue scheduled messages.
* Reschedules alarms after boot/package updates.
*/
class RescheduleAlarmsReceiver : BroadcastReceiver() {
override fun onReceive(context: Context, intent: Intent) {