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

Commit 161f1a7e authored by Yorke Lee's avatar Yorke Lee Committed by Gerrit Code Review
Browse files

Merge "CallsManager: fix starting call from Contacts app with MSim"

parents cd3abbf7 1b2fd28f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -545,6 +545,8 @@ public final class CallsManager extends Call.ListenerBase {
        if (needsAccountSelection) {
            // This is the state where the user is expected to select an account
            call.setState(CallState.PRE_DIAL_WAIT);
            // Create our own instance to modify (since extras may be Bundle.EMPTY)
            extras = new Bundle(extras);
            extras.putParcelableList(android.telecom.Call.AVAILABLE_PHONE_ACCOUNTS, accounts);
        } else {
            call.setState(CallState.CONNECTING);