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

Commit 8b942b24 authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

Merge \"Notification: Apply small icon level\" into nyc-mr1-dev

am: 9d8de735

Change-Id: Iac5f0b6e210355867f79cbc7f48165517ba11a26
parents 119840eb 9d8de735
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3474,6 +3474,8 @@ public class Notification implements Parcelable
                mN.mSmallIcon = Icon.createWithResource(mContext, mN.icon);
            }
            contentView.setImageViewIcon(R.id.icon, mN.mSmallIcon);
            contentView.setDrawableParameters(R.id.icon, false /* targetBackground */,
                    -1 /* alpha */, -1 /* colorFilter */, null /* mode */, mN.iconLevel);
            processSmallIconColor(mN.mSmallIcon, contentView);
        }