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

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

Snap for 6374687 from 8071bb04 to rvc-release

Change-Id: Iebf5525d65b51afa0b2fdc61e1a1b56d49c60248
parents b4fc3312 8071bb04
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1498,7 +1498,6 @@ public class InCallController extends CallsManagerListenerBase {
     * @return True if we successfully connected.
     */
    private boolean onConnected(InCallServiceInfo info, IBinder service) {
        Trace.beginSection("onConnected: " + info.getComponentName());
        Log.i(this, "onConnected to %s", info.getComponentName());

        IInCallService inCallService = IInCallService.Stub.asInterface(service);
@@ -1553,7 +1552,6 @@ public class InCallController extends CallsManagerListenerBase {
        }
        mBindingFuture.complete(true);
        Log.i(this, "%s calls sent to InCallService.", numCallsSent);
        Trace.endSection();
        return true;
    }