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

Commit 40b73e21 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge branch '3862-t-december' into 'v3.3-t'

Integrate december security patch

See merge request !10
parents 15a8415f ba11ae50
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;