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

Commit cd1b1a0e authored by Santos Cordon's avatar Santos Cordon Committed by Android Git Automerger
Browse files

am 9019ebc5: Merge "Turn on Bluetooth automatically for outgoing calls." into lmp-dev

* commit '9019ebc5':
  Turn on Bluetooth automatically for outgoing calls.
parents 35c64608 9019ebc5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -445,6 +445,7 @@ final class CallAudioManager extends CallsManagerListenerBase
                case CallState.ACTIVE:
                case CallState.ON_HOLD:
                case CallState.DIALING:
                case CallState.CONNECTING:
                case CallState.RINGING:
                    route = AudioState.ROUTE_BLUETOOTH;
                    break;