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

Commit 9c916fbe authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Fixed that group children expand buttons were sometimes colored"

parents 3c30c063 e3efd839
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -74,8 +74,7 @@ public class NotificationHeaderUtil {
        }

        private void applyToChild(View view, boolean shouldApply, int originalColor) {
            if (view.getVisibility() == View.VISIBLE
                    && originalColor != NotificationHeaderView.NO_COLOR) {
            if (originalColor != NotificationHeaderView.NO_COLOR) {
                ImageView imageView = (ImageView) view;
                imageView.getDrawable().mutate();
                if (shouldApply) {