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

Commit aeb49811 authored by lijilou's avatar lijilou Committed by Automerger Merge Worker
Browse files

Telecom:fix NPE problem in the CallSManager java file. am: e99bb810

parents c0b151d5 e99bb810
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4850,6 +4850,7 @@ public class CallsManager extends Call.ListenerBase
                // change what an "active call" is so that the call in SELECT_PHONE_ACCOUNT state
                // will be properly cancelled.
                call.getTargetPhoneAccount() != null
                        && phoneAccountHandle != null
                        && !phoneAccountHandle.getComponentName().equals(
                                call.getTargetPhoneAccount().getComponentName())
                        && call.getParentCall() == null