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

Commit 256a7f39 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Merge "Fix date going missing in QS" into oc-dev

am: ff9a2790

Change-Id: I88a31aad238ec5ca67b816cb6deb4e5f311536e1
parents 6ad1bdb9 ff9a2790
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -167,6 +167,9 @@ public class QSFooter extends LinearLayout implements
        if (mAlarmShowing) {
            builder.addFloat(mDate, "alpha", 1, 0)
                    .addFloat(mDateTimeGroup, "translationX", 0, -mDate.getWidth());
        } else {
            mDate.setAlpha(1);
            mDateTimeGroup.setTranslationX(0);
        }
        mAnimator = builder.build();
        setExpansion(mExpansionAmount);