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

Commit 6cd8f06f authored by Mady Mellor's avatar Mady Mellor Committed by android-build-merger
Browse files

Fix notification being slided over with the gear not showing am: 32c638a5 am: 5c69d776

am: b256a636

Change-Id: I8b70c6e1bdd1cb113933e72a3a59afabc28c7794
parents 5424ac39 b256a636
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);