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

Commit f05204cd authored by Mady Mellor's avatar Mady Mellor
Browse files

Add a bugfix flag for cancel animation fix

Test: treehugger
Flag: EXEMPT this is the flag
Bug: 420487074
Change-Id: I7030e2b86a90779501754a890574ea321bfdcb3a
parent f9b4eeb8
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -282,3 +282,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "fix_bubbles_cancel_animation"
    namespace: "multitasking"
    description: "Fixes a bug where state was incorrect if the expandedView animation was canceled."
    bug: "420487074"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file