summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Johannes Gallmann <gallmann@google.com> 2024-03-01 13:27:13 +0000
committer Johannes Gallmann <gallmann@google.com> 2024-03-01 13:29:35 +0000
commitb635645012856176f5bd30911f6db1af4be9ee33 (patch)
tree9bbe06468bd0e4c5f7ffd903c819d0bc9af4dac5
parente394d7d4b199996eecc497ffdc4fb95caea4f509 (diff)
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
-rw-r--r--packages/SystemUI/aconfig/predictive_back.aconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/SystemUI/aconfig/predictive_back.aconfig b/packages/SystemUI/aconfig/predictive_back.aconfig
index d0e6b2865891..7bbe82c212e7 100644
--- a/packages/SystemUI/aconfig/predictive_back.aconfig
+++ b/packages/SystemUI/aconfig/predictive_back.aconfig
@@ -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