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

Commit 9a813515 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Resolve NPE crash when BT cmpt enabled" into main

parents 50648a5a c55ff1b5
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -332,8 +332,10 @@ public class InCallController extends CallsManagerListenerBase implements

                    // Notify this new added call
                    if (mInCallServiceInfo.getType() == IN_CALL_SERVICE_TYPE_BLUETOOTH) {
                        if (mBTInCallServices.containsKey(userFromCall)) {
                            sendCallToService(call, mInCallServiceInfo, mBTInCallServices
                                    .get(userFromCall).second);
                        }
                    } else {
                        sendCallToService(call, mInCallServiceInfo,
                                mInCallServices.get(userFromCall).get(mInCallServiceInfo));