Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 475b517a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 533f3bcd 8a1869fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2641,7 +2641,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView


    private int getHeadsUpHeight() {
        return mPrivateLayout.getHeadsUpHeight();
        return getShowingLayout().getHeadsUpHeight();
    }

    public boolean areGutsExposed() {