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

Commit 5f048fe6 authored by Santos Cordon's avatar Santos Cordon
Browse files

fix voicemail: hang when selecting accounts.

Fix: 27125851
Change-Id: I90aac1c425fdcea3e32479ccb3347fae33d3bda3
parent d9d8fb65
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -196,6 +196,10 @@ public class NewOutgoingCallIntentBroadcaster {
                Log.i(this, "Placing call immediately instead of waiting for "
                        + " OutgoingCallBroadcastReceiver: %s", intent);

                // Since we are not going to go through "Outgoing call broadcast", make sure
                // we mark it as ready.
                mCall.setNewOutgoingCallIntentBroadcastIsDone();

                boolean speakerphoneOn = mIntent.getBooleanExtra(
                        TelecomManager.EXTRA_START_CALL_WITH_SPEAKERPHONE, false);
                mCallsManager.placeOutgoingCall(mCall, handle, null, speakerphoneOn,