Merge "QS: Fix single expanded frame from layout" into nyc-dev
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user