Loading src/com/android/server/telecom/callredirection/CallRedirectionProcessor.java +6 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
src/com/android/server/telecom/callredirection/CallRedirectionProcessor.java +6 −2 Original line number Diff line number Diff line Loading @@ -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; Loading