mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-31 05:51:01 +00:00
fix: notification check on app launch
This commit is contained in:
@@ -121,7 +121,9 @@ class App : MultiDexApplication() {
|
||||
}
|
||||
|
||||
val useAlarmManager = PrefManager.getVal<Boolean>(PrefName.UseAlarmManager)
|
||||
TaskScheduler.create(this, useAlarmManager).scheduleAllTasks(this)
|
||||
val scheduler = TaskScheduler.create(this, useAlarmManager)
|
||||
scheduler.scheduleAllTasks(this)
|
||||
scheduler.scheduleSingleWork(this)
|
||||
}
|
||||
|
||||
private fun setupNotificationChannels() {
|
||||
|
||||
Reference in New Issue
Block a user