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 4b2829b commit a3ec48eCopy full SHA for a3ec48e
extensions/shared/library/src/main/java/app/revanced/extension/shared/patches/CustomBrandingPatch.java
@@ -78,7 +78,7 @@ public static void setNotificationIcon(Notification.Builder builder) {
78
try {
79
if (notificationSmallIcon != 0) {
80
builder.setSmallIcon(notificationSmallIcon)
81
- .setColor(Color.BLACK);
+ .setColor(0x00000000); // Remove YT red tint.
82
}
83
} catch (Exception ex) {
84
Logger.printException(() -> "setNotificationIcon failure", ex);
0 commit comments