mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-20 03:39:19 +01:00
Fix update download complete notification not showing
This commit is contained in:
parent
9c696d3b6b
commit
ae044021ba
@ -12,6 +12,7 @@ import eu.kanade.tachiyomi.data.notification.NotificationHandler
|
||||
import eu.kanade.tachiyomi.data.notification.NotificationReceiver
|
||||
import eu.kanade.tachiyomi.data.notification.Notifications
|
||||
import eu.kanade.tachiyomi.util.system.getResourceColor
|
||||
import eu.kanade.tachiyomi.util.system.launchUI
|
||||
import eu.kanade.tachiyomi.util.system.notificationManager
|
||||
|
||||
/**
|
||||
@ -152,7 +153,9 @@ internal class UpdaterNotifier(private val context: Context) {
|
||||
)
|
||||
addReleasePageAction()
|
||||
}
|
||||
notificationBuilder.show()
|
||||
launchUI {
|
||||
notificationBuilder.show()
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user