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

Commit 33f3cd67 authored by Julia Reynolds's avatar Julia Reynolds Committed by Automerger Merge Worker
Browse files

Merge "Fix notification tests" into tm-qpr-dev am: 79cf8d64

parents cac8f259 79cf8d64
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.