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

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

Merge "Clean up aconfig flag notifications_launch_radius." into main

parents 2ec87f0d 020dd085
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -1755,17 +1755,6 @@ flag {
    bug: "390204943"
}

flag {
    name: "notifications_launch_radius"
    namespace: "systemui"
    description: "Fixes a discrepancy in corner radius between expanding notification and opening window during launch animations."
    bug: "396054791"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}


flag {
    name: "lockscreen_font"
    namespace: "systemui"
+1 −5
Original line number Diff line number Diff line
@@ -3034,11 +3034,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView
        invalidateOutline();

        mBackgroundNormal.setExpandAnimationSize(params.getWidth(), actualHeight);

        if (Flags.notificationsLaunchRadius()) {
            mBackgroundNormal.setRadius(params.getTopCornerRadius(),
                    params.getBottomCornerRadius());
        }
        mBackgroundNormal.setRadius(params.getTopCornerRadius(), params.getBottomCornerRadius());
    }

    public void setExpandAnimationRunning(boolean expandAnimationRunning) {