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

Commit d09b5597 authored by joonhunshin's avatar joonhunshin Committed by Automerger Merge Worker
Browse files

Fixed NullPointException after SRVCC completed event am: 82845c3d am: a5ce91ab am: ec227a61

parents 590e0af9 ec227a61
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -2538,7 +2538,11 @@ public class ImsCall implements ICall {
                setCallProfile(updatedProfile);
                // Apply the new mediaProfile on top of the Call Profile so it is not ignored in
                // case the ImsService has not had a chance to update it yet.
                if( mCallProfile != null && mCallProfile.mMediaProfile != null) {
                    mCallProfile.mMediaProfile.copyFrom(profile);
                } else {
                    logi("Call was closed already, skip updating CallProfile");
                }
            }

            if (listener != null) {