Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 86f7742

Browse files
author
Jonah Williams
authored
[scenario] trigger firstFrameLatch on exception. (#50981)
If we hit this exception (which we seem to do a lot), then we weren't triggering the first frame latch.
1 parent b10cc4c commit 86f7742

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testing/scenario_app/android/app/src/main/java/dev/flutter/scenarios/ExternalTextureFlutterActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,6 @@ private void onImageAvailable(ImageReader reader) {
418418
// Simply log and return.
419419
Log.i(TAG, "Surface disconnected from ImageWriter", e);
420420
image.close();
421-
return;
422421
}
423422

424423
Log.v(TAG, "Output image");

0 commit comments

Comments
 (0)