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

Commit daac9c45 authored by Jason Monk's avatar Jason Monk
Browse files

Fix date going missing in QS

Test: Dismiss alarm while QS is expanded
Change-Id: I491deda22848af08db36dcffcb678f6ce2f1bdda
Fixes: 37259783
parent 676590d0
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);