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

Commit 48f2fad4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Recycle PooledLambda in CameraDeviceImpl.CameraDeviceCallbacks"

parents d79170be bfcf9a83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1889,7 +1889,7 @@ public class CameraDeviceImpl extends CameraDevice
            final long ident = Binder.clearCallingIdentity();
            try {
                CameraDeviceImpl.this.mDeviceExecutor.execute(obtainRunnable(
                            CameraDeviceCallbacks::notifyError, this, code));
                            CameraDeviceCallbacks::notifyError, this, code).recycleOnUse());
            } finally {
                Binder.restoreCallingIdentity(ident);
            }