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

Commit 0a482a98 authored by Mady Mellor's avatar Mady Mellor
Browse files

Add a bugfix flag for a race when updating a bubble being removed

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

flag {
    name: "fix_bubbles_add_same_bubble_being_removed"
    namespace: "multitasking"
    description: "Fixes a race condition where a bubble gets an update while being animated out"
    bug: "420487074"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file