未验证 提交 b3b1f435 编写于 作者: J Jason Simmons 提交者: GitHub

Fix ImageReader "unable to acquire a buffer item" warnings in FlutterImageView (#19319)

上级 2bf5cdc0
......@@ -611,10 +611,10 @@ public class PlatformViewsController implements PlatformViewsAccessibilityDelega
width,
height,
PixelFormat.RGBA_8888,
2,
3,
HardwareBuffer.USAGE_GPU_SAMPLED_IMAGE | HardwareBuffer.USAGE_GPU_COLOR_OUTPUT);
} else {
return ImageReader.newInstance(width, height, PixelFormat.RGBA_8888, 2);
return ImageReader.newInstance(width, height, PixelFormat.RGBA_8888, 3);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册