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

Commit e7e871a7 authored by Pranav Madapurmath's avatar Pranav Madapurmath Committed by Automerger Merge Worker
Browse files

Unbind CallScreeningService when timeout reached. am: d57f2531 am:...

Unbind CallScreeningService when timeout reached. am: d57f2531 am: aaba434a am: 274f26bf am: 84c5028e am: f6c3269a

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/services/Telecomm/+/27790553



Change-Id: I77a99bf77e80d4258c3ef36fe65ec5fc955c6ca3
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 60959dbb f6c3269a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -176,6 +176,10 @@ public class CallScreeningServiceHelper {
                            Log.w(TAG, "Cancelling call id process due to timeout");
                        }
                        mFuture.complete(null);
                        mContext.unbindService(serviceConnection);
                    } catch (IllegalArgumentException e) {
                        Log.i(this, "Exception when unbinding service %s : %s", serviceConnection,
                                e.getMessage());
                    } finally {
                        Log.endSession();
                    }