fix: task system cleanup
This commit is contained in:
parent
ea48809d07
commit
8b582a9d32
3 changed files with 24 additions and 29 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue