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

Commit 58b17ced authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Hide capture more option for non full-screen image" into main

parents 60ad43ae 34d8176e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -429,7 +429,9 @@ public class ScreenshotController implements ScreenshotHandler {
        setWindowFocusable(true);
        mViewProxy.requestFocus();

        if (screenshot.getType() != WindowManager.TAKE_SCREENSHOT_PROVIDED_IMAGE) {
            enqueueScrollCaptureRequest(requestId, screenshot.getUserHandle());
        }

        attachWindow();