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

Commit cd3d3c52 authored by Justin Weir's avatar Justin Weir
Browse files

Correct bug ID on flag

Bug: 394977231
Flag: com.android.systemui.disable_blurred_shade_visible
Test: EXEMPT non-functional change
Change-Id: I9ed645cbf0826fb4d9c9d54d3cb08e1ffb1b0564
parent deccf182
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -1846,22 +1846,22 @@ flag {
}

flag {
    name: "notification_shade_blur"
    namespace: "systemui"
    description: "Enables the new blur effect on the Notification Shade."
    bug: "370555223"
}

flag {
  name: "disable_shade_visible_with_blur"
  name: "disable_blurred_shade_visible"
  namespace: "systemui"
  description: "Removes the check for a blur radius when determining shade window visibility"
  bug: "356804470"
  bug: "394977231"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
    name: "notification_shade_blur"
    namespace: "systemui"
    description: "Enables the new blur effect on the Notification Shade."
    bug: "370555223"
}

flag {
    name: "notification_row_transparency"
    namespace: "systemui"