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

am: 023b338111

* commit '023b338111191c62cb5ba6b4a3394fe039c0888e':
  QS: Fix single expanded frame from layout

Change-Id: I3e2035596f207b7ed82973af91470ca981bb65ef
This commit is contained in:
Jason Monk
2016-06-01 22:51:56 +00:00
committed by android-build-merger

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