We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8ce2e commit fdf7e64Copy full SHA for fdf7e64
scripts/device-runner-app/tests/Cn1ssDeviceRunnerHelper.java
@@ -62,9 +62,6 @@ static boolean emitCurrentFormScreenshot(String testName) {
62
return false;
63
}
64
Image screenshot = img[0];
65
- if (screenshot.getGraphics() != null) {
66
- current.paintComponent(screenshot.getGraphics(), true);
67
- }
68
try {
69
ImageIO io = ImageIO.getImageIO();
70
if (io == null || !io.isFormatSupported(ImageIO.FORMAT_PNG)) {
0 commit comments