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

Commit ba11ae50 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge tag 'android-security-13.0.0_r33' into 3862-t-december

Android security 13.0.0 release 33
parents 15a8415f ef0b0852
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;