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

Commit d701bfb6 authored by Eino-Ville Talvala's avatar Eino-Ville Talvala Committed by Android (Google) Code Review
Browse files

Merge "Camera2: Check for sequence complete sooner." into lmp-dev

parents 7413501b 848fe733
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -578,6 +578,9 @@ public class CameraDeviceImpl extends CameraDevice {
            mFrameNumberRequestPairs.add(
                    new SimpleEntry<Long, Integer>(lastFrameNumber,
                            requestId));
            // It is possible that the last frame has already arrived, so we need to check
            // for sequence completion right away
            checkAndFireSequenceComplete();
        }
    }