Merge "Use correct heads-up notification height." into qt-dev

This commit is contained in:
TreeHugger Robot
2019-04-25 08:56:42 +00:00
committed by Android (Google) Code Review

View File

@@ -2641,7 +2641,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView
private int getHeadsUpHeight() {
return mPrivateLayout.getHeadsUpHeight();
return getShowingLayout().getHeadsUpHeight();
}
public boolean areGutsExposed() {