Skip to content

Commit cc56a46

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

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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()

app/src/main/res/drawable/ic_notification.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
android:viewportHeight="24">
88

99
<path
10-
android:fillColor="#FFFFFFFF"
10+
android:fillColor="#FF000000"
1111
android:pathData="M4.03516,3C3.80859,3 3.59375,3.11719 3.46875,3.30469C3.34375,3.49609 3.32422,3.73828 3.41406,3.94922C4.87109,7.27344 9.71875,18.3359 10.707,20.5938C10.8164,20.8398 11.0586,21 11.3281,21H12.6719C12.9375,21 13.1836,20.8398 13.293,20.5938C14.2813,18.3359 19.1289,7.27344 20.5859,3.94922C20.6758,3.73828 20.6563,3.49609 20.5313,3.30469C20.4063,3.11719 20.1914,3 19.9648,3H19.0898C18.8984,3 18.7227,3.11328 18.6445,3.28906C17.875,5.04688 13.8008,14.3203 12.4414,17.418C12.3672,17.5938 12.1914,17.707 12,17.707C11.8086,17.707 11.6328,17.5938 11.5586,17.418C10.1992,14.3203 6.125,5.04688 5.35547,3.28906C5.27734,3.11328 5.10156,3 4.91016,3H7.47266C7.26563,3 7.07422,3.10938 6.97266,3.28906C6.86719,3.46875 6.86719,3.69141 6.97266,3.87109C8.02344,5.69141 10.4453,9.88672 11.4961,11.7109C11.6016,11.8906 11.793,12 12,12C12.207,12 12.3984,11.8906 12.5039,11.7109C13.5547,9.88672 15.9766,5.69141 17.0273,3.87109C17.1328,3.69141 17.1328,3.46875 17.0273,3.28906C16.9258,3.10938 16.7344,3 16.5273,3H7.47266"/>
1212
</vector>

0 commit comments

Comments
 (0)