Merge "Fix crash when taking screenshots from overview" into rvc-dev am: 031f0212f1
Change-Id: Ia9274cbc62bcf4cc951042c3b8055c3ec5cc7ade
This commit is contained in:
@@ -347,6 +347,7 @@ public class GlobalScreenshot implements ViewTreeObserver.OnComputeInternalInset
|
||||
void handleImageAsScreenshot(Bitmap screenshot, Rect screenshotScreenBounds,
|
||||
Insets visibleInsets, int taskId, Consumer<Uri> finisher) {
|
||||
// TODO use taskId and visibleInsets
|
||||
clearScreenshot("new screenshot requested");
|
||||
takeScreenshot(screenshot, finisher, screenshotScreenBounds);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user