diff options
| author | 2024-07-09 22:16:15 +0000 | |
|---|---|---|
| committer | 2024-07-11 18:34:33 +0000 | |
| commit | baa6d6c6f01b5bdda556f2009b8d6f46d0d4fae6 (patch) | |
| tree | 9881caa6e2419acbfdaff15db1e35b4aacae9f16 | |
| parent | 66cb05e90d5ac8b7c72acd51db8cfd02d2513c58 (diff) | |
Revert "Create flag for animating bubbles."
This reverts commit 5059eacd89cfaba5e32d950541fbd05a5bebd13d.
Reason for revert: flag not needed since the issue is fixed
Change-Id: I3dd72bd5e05985e73fc9d4b3d69eda62f8ab017c
| -rw-r--r-- | libs/WindowManager/Shell/aconfig/multitasking.aconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libs/WindowManager/Shell/aconfig/multitasking.aconfig b/libs/WindowManager/Shell/aconfig/multitasking.aconfig index 3ff40e0886a4..56ea7c201e53 100644 --- a/libs/WindowManager/Shell/aconfig/multitasking.aconfig +++ b/libs/WindowManager/Shell/aconfig/multitasking.aconfig @@ -113,16 +113,6 @@ flag { } flag { - name: "animate_bubble_size_change" - namespace: "multitasking" - description: "Turns on the animation for bubble bar icons size change" - bug: "335575529" - metadata { - purpose: PURPOSE_BUGFIX - } -} - -flag { name: "enable_taskbar_on_phones" namespace: "multitasking" description: "Enables taskbar on phones" |