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

Commit e95503d2 authored by Mady Mellor's avatar Mady Mellor Committed by android-build-merger
Browse files

Merge "Update alignment for gear / snooze icons to shift when expanded" into...

Merge "Update alignment for gear / snooze icons to shift when expanded" into oc-dr1-dev am: 0b8a985c
am: dbb5c984

Change-Id: Ia8b077236c115cea8581b53af97f312d10be9080
parents a4869c70 dbb5c984
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1974,6 +1974,9 @@ public class ExpandableNotificationRow extends ActivatableNotificationView
        if (mGuts != null) {
            mGuts.setActualHeight(height);
        }
        if (mMenuRow.getMenuView() != null) {
            mMenuRow.onHeightUpdate();
        }
    }

    @Override
+1 −1
Original line number Diff line number Diff line
@@ -431,7 +431,7 @@ public class NotificationMenuRow implements NotificationMenuRowPlugin, View.OnCl
        if (mParent == null || mMenuItems.size() == 0 || mMenuContainer == null) {
            return;
        }
        int parentHeight = mParent.getCollapsedHeight();
        int parentHeight = mParent.getActualHeight();
        float translationY;
        if (parentHeight < mVertSpaceForIcons) {
            translationY = (parentHeight / 2) - (mHorizSpaceForIcon / 2);