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

Commit 9b45a154 authored by Adrian Roos's avatar Adrian Roos
Browse files

Notification: Apply small icon level

Change-Id: I7733da7aee54fab42bdbea09e7696a7a2bf9fb65
Fixes: 29828905
parent ffaec892
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3415,6 +3415,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);
        }