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

Commit d1925479 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 4706961 from 23916134 to pi-release

Change-Id: Id52bffd39fea383fabe4d8b7c90d4ba376224312
parents cee1e021 23916134
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -451,7 +451,11 @@ public class MmTelFeatureConnection {
        mRegistrationCallbackManager.close();
        mCapabilityCallbackManager.close();
        try {
            synchronized (mLock) {
                if (isBinderAlive()) {
                    getServiceInterface(mBinder).setListener(null);
                }
            }
        } catch (RemoteException e) {
            Log.w(TAG, "closeConnection: couldn't remove listener!");
        }