mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-23 22:41:02 +00:00
fix: task system cleanup
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user