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

Commit c9d711d7 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 9294897 from 97d296b0 to tm-qpr2-release

Change-Id: Iee9479ff538e2f5b09ab561aed27f4b42781f4b8
parents e319632f 97d296b0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -357,9 +357,9 @@ public class VoiceCallSessionStats {
    public synchronized void onRilSrvccStateChanged(int state) {
        List<Connection> handoverConnections = null;
        if (mPhone.getImsPhone() != null) {
            loge("onRilSrvccStateChanged: ImsPhone is null");
        } else {
            handoverConnections = mPhone.getImsPhone().getHandoverConnection();
        } else {
            loge("onRilSrvccStateChanged: ImsPhone is null");
        }
        List<Integer> imsConnIds;
        if (handoverConnections == null) {