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

Commit 8003854d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix visibility of VariableDateView" into sc-qpr1-dev am: 25ef63e7

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15756026

Change-Id: Ic7e43be23922e5b5b4f4d9743ef527440a106506
parents 2fa510c7 25ef63e7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -326,6 +326,7 @@ public class QuickStatusBarHeader extends FrameLayout {
                    public void onAnimationAtStart() {
                        super.onAnimationAtStart();
                        mClockDateView.setFreezeSwitching(false);
                        mClockDateView.setVisibility(View.VISIBLE);
                        setSeparatorVisibility(mShowClockIconsSeparator);
                        // In QQS we never ignore RSSI.
                        mIconContainer.removeIgnoredSlots(mRssiIgnoredSlots);