Skip to content

Commit ec5bda1

Browse files
committed
remove notification background tint
1 parent 74ebb8b commit ec5bda1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/app/revanced/manager/patcher/worker/PatcherWorker.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ class PatcherWorker(
104104
.setContentTitle(applicationContext.getText(R.string.patcher_notification_title))
105105
.setContentText(applicationContext.getText(R.string.patcher_notification_text))
106106
.setSmallIcon(Icon.createWithResource(applicationContext, R.drawable.ic_notification))
107-
.setColor(applicationContext.getColor(R.color.black))
108107
.setContentIntent(pendingIntent)
109108
.setCategory(Notification.CATEGORY_SERVICE)
110109
.build()

0 commit comments

Comments
 (0)