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

Commit 5c14a453 authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "IMS: Reset Ims capabilities when feature state becomes not available."

am: 52650f79

Change-Id: Ic4c548f2756a32ae134ae8ce4ecb4fc3af4a7bad
parents 20a85799 52650f79
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -760,6 +760,7 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall {

    private void stopListeningForCalls() {
        try {
            resetImsCapabilities();
            // Only close on valid session.
            if (mImsManager != null && mServiceId > 0) {
                mImsManager.close(mServiceId);