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

Commit d443cbd9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[RONs] Fix ToplineView end margin" into main

parents afaab5d2 ad7e0d5e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -6249,6 +6249,12 @@ public class Notification implements Parcelable
            final float extraMarginEndDpIfVisible = viewWidthDp + iconMarginDp;
            result.setRightIconState(rightIcon != null /* visible */, viewWidthDp,
                    viewHeightDp, extraMarginEndDpIfVisible, spaceForExpanderDp);
            if (mN.isPromotedOngoing() && !mParams.mHeaderless) {
                result.mHeadingExtraMarginSet.setValues(
                        /* valueIfGone = */ contentMarginDp,
                        /* valueIfVisible = */ extraMarginEndDpIfVisible + contentMarginDp);
            }
        }
        /**