Merge "Fix visibility of VariableDateView" into sc-qpr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
25ef63e748
@@ -323,6 +323,7 @@ public class QuickStatusBarHeader extends FrameLayout {
|
|||||||
public void onAnimationAtStart() {
|
public void onAnimationAtStart() {
|
||||||
super.onAnimationAtStart();
|
super.onAnimationAtStart();
|
||||||
mClockDateView.setFreezeSwitching(false);
|
mClockDateView.setFreezeSwitching(false);
|
||||||
|
mClockDateView.setVisibility(View.VISIBLE);
|
||||||
setSeparatorVisibility(mShowClockIconsSeparator);
|
setSeparatorVisibility(mShowClockIconsSeparator);
|
||||||
// In QQS we never ignore RSSI.
|
// In QQS we never ignore RSSI.
|
||||||
mIconContainer.removeIgnoredSlots(mRssiIgnoredSlots);
|
mIconContainer.removeIgnoredSlots(mRssiIgnoredSlots);
|
||||||
|
|||||||
Reference in New Issue
Block a user