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

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

Merge "Fix notification tests" into tm-qpr-dev

parents 686f5b9c 1c897114
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8468,8 +8468,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.