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

Commit 0c99c3f8 authored by Ats Jenk's avatar Ats Jenk
Browse files

Add flag for using executors to inflate bubble views

Bug: 353894869
Change-Id: I14242bd951b256c1bf854ddcbc6eed82c2a54065
Test: n/a
parent d1b3cd33
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -128,3 +128,13 @@ flag {
    description: "Enable bubble bar to be shown in the persistent task bar"
    bug: "346391377"
}

flag {
    name: "bubble_view_info_executors"
    namespace: "multitasking"
    description: "Use executors to inflate bubble views"
    bug: "353894869"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}