Loading packages/SystemUI/src/com/android/systemui/screenshot/ScreenshotController.kt +1 −0 Original line number Diff line number Diff line Loading @@ -170,6 +170,7 @@ internal constructor( requestCallback: TakeScreenshotService.RequestCallback, ) { Assert.isMainThread() screenshotHandler.resetTimeout() if (screenshot.type == TAKE_SCREENSHOT_FULLSCREEN && screenshot.bitmap == null) { val bounds = fullScreenRect Loading Loading
packages/SystemUI/src/com/android/systemui/screenshot/ScreenshotController.kt +1 −0 Original line number Diff line number Diff line Loading @@ -170,6 +170,7 @@ internal constructor( requestCallback: TakeScreenshotService.RequestCallback, ) { Assert.isMainThread() screenshotHandler.resetTimeout() if (screenshot.type == TAKE_SCREENSHOT_FULLSCREEN && screenshot.bitmap == null) { val bounds = fullScreenRect Loading