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

Commit 3136b5f1 authored by Ats Jenk's avatar Ats Jenk
Browse files

Add flag for bugfix for bubble to recents

Bug: 418760100
Flag: EXEMPT adding the flag
Test: m
Change-Id: Ibb881794eb5c26074a403b90e921e9578ab66b30
parent 0526e664
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -265,3 +265,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "fix_bubbles_to_recents"
    namespace: "multitasking"
    description: "Fixes a bug with entering recents via 3 button when bubbles are open"
    bug: "418760100"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}