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

Commit f98de370 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

am: 256a7f39

Change-Id: If7ed5ed0e153a0887a148fbb28274c7443e1a34f
parents 4353a961 256a7f39
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);