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

Commit 76a13541 authored by Alexander Newcomer's avatar Alexander Newcomer
Browse files

Add aconfig flag for x on mouse hover for notifications

This will allow us to do a gantry rollout for the new
X which will show on mouse hover on all individual notifications.

Flag: NONE just adding the aconfig flag
Test: NONE (same reasoning)
Change-Id: I9292485f1b309ad1af1b0f37b0817c3f4e2fe4e7
parent eec846d9
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"