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

Commit 52650f79 authored by Brad Ebinger's avatar Brad Ebinger Committed by Gerrit Code Review
Browse files

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

parents eb140d53 767bc0f3
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);