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

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

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

parents 5210d96e aeb49811
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5025,6 +5025,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