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

Commit dd1b19be authored by Hyundo Moon's avatar Hyundo Moon Committed by Gerrit Code Review
Browse files

Merge "Add flag opp_ignore_content_observer_after_service_stop" into main

parents 51f01e12 8db4b652
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -17,3 +17,14 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "opp_ignore_content_observer_after_service_stop"
    namespace: "bluetooth"
    description: "When OppService.stop() is called, previously posted ContentObserver.onChange() should not run"
    bug: "346467641"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}