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

Commit b2e89a94 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix bug with translation in ExpandableNotificationRow."

parents e296f08f e04afcb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1273,7 +1273,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView

    @Override
    public float getTranslation() {
        if (mShouldTranslateContents) {
        if (!mShouldTranslateContents) {
            return getTranslationX();
        }