Always update quick settings header translation in onLayout

Bug: 16887664
Change-Id: Ida110877d63c74d38d80a627621320cda26c97a7
This commit is contained in:
Jorim Jaggi
2014-11-03 15:52:13 +01:00
parent 9301eafbcc
commit 0bc4917c19

View File

@@ -291,8 +291,8 @@ public class NotificationPanelView extends PanelView implements
} else {
setQsExpansion(mQsMinExpansionHeight + mLastOverscroll);
mNotificationStackScroller.setStackHeight(getExpandedHeight());
updateHeader();
}
updateHeader();
mNotificationStackScroller.updateIsSmallScreen(
mHeader.getCollapsedHeight() + mQsPeekHeight);
}