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

Commit 97b78fc0 authored by brycelee's avatar brycelee
Browse files

Correct bug associated with aconfig flag.

The no_shade_blur_on_dream_start flag was associated the wrong bug.
This change updates it to the correct one.

Bug: 422835977
Flag: com.android.systemui.no_shade_blur_on_dream_start
Test: manual - ensured changes build
Change-Id: Icde755c88f37f7e58ce2c87169208bdc0db51e7a
parent bac0225e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2167,7 +2167,7 @@ flag {
    name: "no_shade_blur_on_dream_start"
    namespace: "systemui"
    description: "Suppress shade blur when starting dream"
    bug: "440661063"
    bug: "422835977"
    metadata {
      purpose: PURPOSE_BUGFIX
    }