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

Commit 3adcf39c authored by Mark Renouf's avatar Mark Renouf
Browse files

Fix UI not dismissed after scroll capture

Test: Manual test
Change-Id: I7c68fdfee4935b780831e80c10c86896568fa365
parent 1bf86b5e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -472,7 +472,7 @@ public class ScreenshotController {
            mScrollCaptureClient.request(DEFAULT_DISPLAY, (connection) ->
                    mScreenshotView.showScrollChip(() ->
                            runScrollCapture(connection,
                                    () -> dismissScreenshot(false))));
                                    () -> dismissScreenshot(true))));
        }
    }