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

Commit 49c5cf1b authored by pengfeix's avatar pengfeix Committed by Gerrit - the friendly Code Review server
Browse files

IMS-VT:Process crash during MT_VT call accept scenario

-Check call is null or not to avoid NullPointerException

Change-Id: I146e6c358bd44b8a4a5fc872c1ef4f0ffe2cc5ae
CRs-Fixed: 1087615
parent 8516aa4d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -947,8 +947,10 @@ public class InCallPresenter implements CallList.Listener,
        }

        Call call = mCallList.getIncomingCall();
        if (call != null) {
            answerIncomingCall(context, call.getVideoState());
        }
    }

    /**
     * Answers any incoming call.