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

Commit fc85e4d3 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

am: 5c14a453

Change-Id: I8a237f80fd3be18fafb07cc704907c9c59e2a671
parents 1e7c1d66 5c14a453
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);