fix: notification check on app launch
This commit is contained in:
parent
dca6ffdbbe
commit
a189802061
7 changed files with 50 additions and 4 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue