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

Commit 5059eacd authored by mpodolian's avatar mpodolian
Browse files

Create flag for animating bubbles.

Flag: com.android.wm.shell.animate_bubbles_size_change
Test: NONE - adding flag
Bug: 335575529
Change-Id: Ia97bde8335b05ea243d602a0e30cdac429772f0e
parent ce76d7a1
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -111,3 +111,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

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
    }
}