fix: task system cleanup

This commit is contained in:
rebelonion 2024-04-29 14:03:26 -05:00
parent ea48809d07
commit 8b582a9d32
3 changed files with 24 additions and 29 deletions

View file

@ -135,7 +135,6 @@ class App : MultiDexApplication() {
val useAlarmManager = PrefManager.getVal<Boolean>(PrefName.UseAlarmManager)
val scheduler = TaskScheduler.create(this, useAlarmManager)
scheduler.scheduleAllTasks(this)
scheduler.scheduleSingleWork(this)
}
private fun setupNotificationChannels() {