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

Commit 006fc3d8 authored by Jakub Rotkiewicz (xWF)'s avatar Jakub Rotkiewicz (xWF) Committed by Gerrit Code Review
Browse files

Merge changes I7a094679,Ifbc66eef into main

* changes:
  Configure always_fallback_to_available_device flag as bugfix
  Configure fallback_when_wired_audio_disconnected flag as bugfix
parents b5caa4c4 a8776459
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -6,6 +6,9 @@ flag {
    namespace: "bluetooth"
    description: "Fallback to other connected device when wired audio device disconnects"
    bug: "348124361"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
@@ -13,4 +16,7 @@ flag {
    namespace: "bluetooth"
    description: "Fix audio path and always fallback to available device"
    bug: "351820274"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file