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

Commit b41306b4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Flag to prevent device removal from different thread" into main am: eed84559

parents fea4ed2a eed84559
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -230,3 +230,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "remove_device_in_main_thread"
    namespace: "bluetooth"
    description: "Device must be removed in main thread"
    bug: "381275933"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}