Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13b8159e authored by Dan Sandler's avatar Dan Sandler
Browse files

Do not colorize bare notification icons in the overflow.

Change-Id: I3377a7d6024e495172a5ccefde1beaa46ec88283
parent 2daf7a05
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -65,14 +65,8 @@ public class NotificationOverflowIconsView extends IconMerger {
    }

    private void applyColor(Notification notification, StatusBarIconView view) {
        if (notification.color == Notification.COLOR_DEFAULT) {
            if (mNotificationColorUtil.isGrayscale(view.getDrawable())) {
        view.setColorFilter(mTintColor, PorterDuff.Mode.MULTIPLY);
    }
        } else {
            view.setColorFilter(notification.color, PorterDuff.Mode.SRC_ATOP);
        }
    }

    private void updateMoreText() {
        mMoreText.setText(