Merge "QS: Fix single expanded frame from layout" into nyc-dev

This commit is contained in:
Jason Monk
2016-06-01 17:26:52 +00:00
committed by Android (Google) Code Review

View File

@@ -1735,7 +1735,7 @@ public class NotificationPanelView extends PanelView implements
public void onQsHeightChanged() {
mQsMaxExpansionHeight = mQsContainer.getDesiredHeight();
if (mQsExpanded) {
if (mQsExpanded && mQsFullyExpanded) {
mQsExpansionHeight = mQsMaxExpansionHeight;
requestScrollerTopPaddingUpdate(false /* animate */);
requestPanelHeightUpdate();