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

Commit 014da3f4 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of ['googleplex-android-review.googlesource.com/35157208'] into 25Q2-release.

Change-Id: Ieeb383ca7a28920e1b60b09575de45ebcaa0ec19
parents 243c5863 a43a880b
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;