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

Commit 431e711e authored by Jay Aliomer's avatar Jay Aliomer Committed by Android (Google) Code Review
Browse files

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

parents bdd1f279 92699b55
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;