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

Commit 9a20c64d authored by Mady Mellor's avatar Mady Mellor Committed by Android (Google) Code Review
Browse files

Merge "Fix notification being slided over with the gear not showing" into nyc-mr1-dev

parents b0c59bb5 32c638a5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -905,6 +905,9 @@ public class ExpandableNotificationRow extends ActivatableNotificationView {
    }

    public void resetTranslation() {
        if (mTranslateAnim != null) {
            mTranslateAnim.cancel();
        }
        if (mTranslateableViews != null) {
            for (int i = 0; i < mTranslateableViews.size(); i++) {
                mTranslateableViews.get(i).setTranslationX(0);