diff options
| author | 2024-12-27 07:53:18 -0800 | |
|---|---|---|
| committer | 2024-12-27 07:53:18 -0800 | |
| commit | 58b94e41c8ba86d4d46dccac9c25fc77accf4fab (patch) | |
| tree | 6a70b548f815367225e216617846962d4da7d4fc | |
| parent | 2912c4551e372c0d54fa0a415f66670ad27f8db0 (diff) | |
[SB][Notif] Fix bug associated with status_bar_notification_chips
Change-Id: Ieff963ce5a781d91ac0c4236a435916d403099b9
Flag: com.android.systemui.status_bar_notification_chips
Test: NONE flag change
Bug: 364653005
| -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 87fb58ee359e..8dd7c7aff150 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -492,7 +492,7 @@ flag { name: "status_bar_notification_chips" namespace: "systemui" description: "Show promoted ongoing notifications as chips in the status bar" - bug: "361346412" + bug: "364653005" } flag { |