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 74ebb8b commit ec5bda1Copy full SHA for ec5bda1
app/src/main/java/app/revanced/manager/patcher/worker/PatcherWorker.kt
@@ -104,7 +104,6 @@ class PatcherWorker(
104
.setContentTitle(applicationContext.getText(R.string.patcher_notification_title))
105
.setContentText(applicationContext.getText(R.string.patcher_notification_text))
106
.setSmallIcon(Icon.createWithResource(applicationContext, R.drawable.ic_notification))
107
- .setColor(applicationContext.getColor(R.color.black))
108
.setContentIntent(pendingIntent)
109
.setCategory(Notification.CATEGORY_SERVICE)
110
.build()
0 commit comments