We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c696d3 commit ae04402Copy full SHA for ae04402
app/src/main/java/eu/kanade/tachiyomi/data/updater/UpdaterNotifier.kt
@@ -12,6 +12,7 @@ import eu.kanade.tachiyomi.data.notification.NotificationHandler
12
import eu.kanade.tachiyomi.data.notification.NotificationReceiver
13
import eu.kanade.tachiyomi.data.notification.Notifications
14
import eu.kanade.tachiyomi.util.system.getResourceColor
15
+import eu.kanade.tachiyomi.util.system.launchUI
16
import eu.kanade.tachiyomi.util.system.notificationManager
17
18
/**
@@ -152,7 +153,9 @@ internal class UpdaterNotifier(private val context: Context) {
152
153
)
154
addReleasePageAction()
155
}
- notificationBuilder.show()
156
+ launchUI {
157
+ notificationBuilder.show()
158
+ }
159
160
161
0 commit comments