Merge "Always update quick settings header translation in onLayout" into lmp-mr1-dev

This commit is contained in:
Jorim Jaggi
2014-11-04 14:27:49 +00:00
committed by Android (Google) Code Review

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);
}