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

Commit 2267e4f6 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 am:...

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

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

Change-Id: I5f09e761c7205ae356e977ee6bc7e739728e947a
parents 139a30f4 2904ba3b
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);