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

Commit e3e50ef4 authored by Lyn Han's avatar Lyn Han Committed by Android (Google) Code Review
Browse files

Merge "Fix gap in shade from custom outline" into main

parents 320ffdcc 0f5fde9d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -621,8 +621,7 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView
                        /* bottom= */ fullHeight
                );
            } else if (clipSide == BOTTOM) {
                setOutlineRect(0, mAppearAnimationTranslation, getWidth(),
                        height + mAppearAnimationTranslation);
                setOutlineRect(0, 0, getWidth(), height);
            }
        }
    }