From 0bc4917c1904b9b20071f4474052a109fbb5b782 Mon Sep 17 00:00:00 2001 From: Jorim Jaggi Date: Mon, 3 Nov 2014 15:52:13 +0100 Subject: [PATCH] Always update quick settings header translation in onLayout Bug: 16887664 Change-Id: Ida110877d63c74d38d80a627621320cda26c97a7 --- .../android/systemui/statusbar/phone/NotificationPanelView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java index d9e44c30c7a67..3aafe29182999 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java @@ -291,8 +291,8 @@ public class NotificationPanelView extends PanelView implements } else { setQsExpansion(mQsMinExpansionHeight + mLastOverscroll); mNotificationStackScroller.setStackHeight(getExpandedHeight()); - updateHeader(); } + updateHeader(); mNotificationStackScroller.updateIsSmallScreen( mHeader.getCollapsedHeight() + mQsPeekHeight); }