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

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

Merge "Add aconfig flag for x on mouse hover for notifications" into main

parents a14866c3 76a13541
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -59,13 +59,21 @@ flag {
flag {
   name: "notification_over_expansion_clipping_fix"
   namespace: "systemui"
   description: "fix NSSL clipping when over-expanding; fixes split shade bug."
   description: "Fix NSSL clipping when over-expanding; fixes split shade bug."
   bug: "288553572"
   metadata {
        purpose: PURPOSE_BUGFIX
   }
}

flag {
    name: "notification_add_x_on_hover_to_dismiss"
    namespace: "systemui"
    description: "Adds an x to notifications which shows up on mouse hover, allowing the user to "
        "dismiss a notification with mouse."
    bug: "376297472"
}

flag {
    name: "notification_async_group_header_inflation"
    namespace: "systemui"