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

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

Merge tag 'android-security-15.0.0_r12' into 3862-a15-december

Android security 15.0.0 release 12
parents cb26e2a5 98afc8a7
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;