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

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

Merge "More incorrect screenshot JNI code."

parents de17a63d 7f6e9863
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -262,7 +262,7 @@ static void nativeScreenshot(JNIEnv* env, jclass clazz, jobject displayTokenObj,
            }
            ScreenshotClient::capture(displayToken,
                    consumer->getIGraphicBufferProducer(), sourceCrop,
                    width, height, uint32_t(minLayer), uint32_t(maxLayer),
                    width, height, minLayer, maxLayer,
                    useIdentityTransform);
        }
    }