remove notification background tint

This commit is contained in:
MarcaDian
2025-10-13 11:05:42 +03:00
parent 74ebb8b15b
commit ec5bda1b37

View File

@@ -104,7 +104,6 @@ class PatcherWorker(
.setContentTitle(applicationContext.getText(R.string.patcher_notification_title))
.setContentText(applicationContext.getText(R.string.patcher_notification_text))
.setSmallIcon(Icon.createWithResource(applicationContext, R.drawable.ic_notification))
.setColor(applicationContext.getColor(R.color.black))
.setContentIntent(pendingIntent)
.setCategory(Notification.CATEGORY_SERVICE)
.build()