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

Commit b78180c5 authored by Ats Jenk's avatar Ats Jenk
Browse files

Bugfix flag for bubble swipe up clean up

New flag for bug fix.

Bug: 391909607
Test: n/a
Flag: EXEMPT adding a flag
Change-Id: I4e7102e09e337eaae32f8fbe75745519f5f1ab33
parent bd599322
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -255,3 +255,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_bubble_swipe_up_cleanup"
    namespace: "multitasking"
    description: "Enable clean up of bubbles swipe gesture handling"
    bug: "391909607"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}