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

Commit b6356450 authored by Johannes Gallmann's avatar Johannes Gallmann
Browse files

Update tracking bug numbers for predictive back flags

Bug: 327737297
Bug: 327732946
Bug: 327733487
Bug: 327721544
Flag: ACONFIG com.android.systemui.predictive_back_sysui DISABLED
Flag: ACONFIG com.android.systemui.predictive_back_animate_shade DISABLED
Flag: ACONFIG com.android.systemui.predictive_back_animate_bouncer DISABLED
Flag: ACONFIG com.android.systemui.predictive_back_animate_dialogs DISABLED
Test: presubmit
Change-Id: I33289a20f435223737c15134dbb7b994efbc8dfd
parent e394d7d4
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -4,26 +4,26 @@ flag {
    name: "predictive_back_sysui"
    namespace: "systemui"
    description: "Predictive Back Dispatching for SysUI"
    bug: "309545085"
    bug: "327737297"
}

flag {
    name: "predictive_back_animate_shade"
    namespace: "systemui"
    description: "Enable Shade Animations"
    bug: "309545085"
    bug: "327732946"
}

flag {
    name: "predictive_back_animate_bouncer"
    namespace: "systemui"
    description: "Enable Predictive Back Animation in Bouncer"
    bug: "309545085"
    bug: "327733487"
}

flag {
    name: "predictive_back_animate_dialogs"
    namespace: "systemui"
    description: "Enable Predictive Back Animation for SysUI dialogs"
    bug: "309545085"
    bug: "327721544"
}
 No newline at end of file