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

Commit 1979bd7a authored by Mady Mellor's avatar Mady Mellor Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE when updating gear vertical location" into nyc-dev

parents bd0f1fcd 5f88f9b3
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -263,9 +263,6 @@ public class ExpandableNotificationRow extends ActivatableNotificationView {
        int headsUpheight = headsUpCustom && beforeN ? mMaxHeadsUpHeightLegacy
                : mMaxHeadsUpHeight;
        layout.setHeights(minHeight, headsUpheight, mNotificationMaxHeight);
        if (mSettingsIconRow != null) {
            mSettingsIconRow.updateVerticalLocation();
        }
    }

    public StatusBarNotification getStatusBarNotification() {