Add a temporary icon

This commit is contained in:
AntsyLich
2024-01-16 01:02:57 +06:00
parent c9906491fb
commit 5067160132
19 changed files with 61 additions and 95 deletions

View File

@@ -25,7 +25,7 @@ class ExtensionInstallService : Service() {
override fun onCreate() {
val notification = notificationBuilder(Notifications.CHANNEL_EXTENSIONS_UPDATE) {
setSmallIcon(R.drawable.ic_tachi)
setSmallIcon(R.drawable.ic_mihon)
setAutoCancel(false)
setOngoing(true)
setShowWhen(false)