Skip to content

Commit a3ec48e

Browse files
remove background tint?
1 parent 4b2829b commit a3ec48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/shared/library/src/main/java/app/revanced/extension/shared/patches/CustomBrandingPatch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public static void setNotificationIcon(Notification.Builder builder) {
7878
try {
7979
if (notificationSmallIcon != 0) {
8080
builder.setSmallIcon(notificationSmallIcon)
81-
.setColor(Color.BLACK);
81+
.setColor(0x00000000); // Remove YT red tint.
8282
}
8383
} catch (Exception ex) {
8484
Logger.printException(() -> "setNotificationIcon failure", ex);

0 commit comments

Comments
 (0)