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

Commit 3bf83993 authored by Julia Reynolds's avatar Julia Reynolds Committed by Android (Google) Code Review
Browse files

Merge "Fix notification tests"

parents 3e8b6cd0 a4d04b15
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8467,8 +8467,8 @@ public class Notification implements Parcelable
            }
            int maxAvatarSize = resources.getDimensionPixelSize(
                    isLowRam ? R.dimen.notification_person_icon_max_size
                            : R.dimen.notification_person_icon_max_size_low_ram);
                    isLowRam ? R.dimen.notification_person_icon_max_size_low_ram
                            : R.dimen.notification_person_icon_max_size);
            if (mUser != null && mUser.getIcon() != null) {
                mUser.getIcon().scaleDownIfNecessary(maxAvatarSize, maxAvatarSize);
            }
+536 −29

File changed.

Preview size limit exceeded, changes collapsed.

+0 −551

File deleted.

Preview size limit exceeded, changes collapsed.