diff options
| author | 2024-01-04 10:55:18 +0000 | |
|---|---|---|
| committer | 2024-01-04 10:55:18 +0000 | |
| commit | fecf0bc29aae9204da1285d200971d99f73ffc20 (patch) | |
| tree | e64a25dc36589f06af687cd021f587d30dc711f8 | |
| parent | b8917ff063578be39f9ead4ae3f01415a2124f22 (diff) | |
Fix bug for qs_new_tiles aconfig flag
Bug: 311147395
Flag: aconfig qs_new_tiles DISABLED
Test: N/A
Change-Id: Id0372fb5b88a0eadbb07a4867580ed95cd7dc542
| -rw-r--r-- | packages/SystemUI/aconfig/systemui.aconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index d9286b3463d4..d140730d023d 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -155,7 +155,7 @@ flag { name: "qs_new_tiles" namespace: "systemui" description: "Use the new tiles in the Quick Settings. Should have no behavior changes." - bug: "241772429" + bug: "311147395" } flag { |