Merge "Use correct heads-up notification height." into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
475b517a3d
@@ -2641,7 +2641,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView
|
||||
|
||||
|
||||
private int getHeadsUpHeight() {
|
||||
return mPrivateLayout.getHeadsUpHeight();
|
||||
return getShowingLayout().getHeadsUpHeight();
|
||||
}
|
||||
|
||||
public boolean areGutsExposed() {
|
||||
|
||||
Reference in New Issue
Block a user