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

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

Merge cherrypicks of ['googleplex-android-review.googlesource.com/35068499']...

Merge cherrypicks of ['googleplex-android-review.googlesource.com/35068499'] into security-aosp-24Q3-release.

Change-Id: I2f31652a48cfee89f7c04fde3a536be29d85fba5
parents 9815366b 36233123
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -136,8 +136,12 @@ public class CallRedirectionProcessor implements CallRedirectionCallback {
            Log.i(this, "notifyTimeout: call redirection has timed out so "
                    + "unbinding the connection");
            if (mConnection != null) {
                try {
                    // We still need to call unbind even if the service disconnected.
                    mContext.unbindService(mConnection);
                } catch (IllegalArgumentException e) {
                    Log.e(this, e, "Error unbinding the connection");
                }
                mConnection = null;
            }
            mService = null;