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

Commit cf5ff6e2 authored by Jay Aliomer's avatar Jay Aliomer Committed by Automerger Merge Worker
Browse files

Merge "Fixed an issue where the notification was clipped during the...

Merge "Fixed an issue where the notification was clipped during the translation" into sc-dev am: 431e711e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14353377

Change-Id: I32472eceab1deb8853313e7ab86700d9eed13853
parents c6f12d35 431e711e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1869,6 +1869,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView

    @Override
    public void setTranslation(float translationX) {
        invalidate();
        if (isBlockingHelperShowingAndTranslationFinished()) {
            mGuts.setTranslationX(translationX);
            return;