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

Commit 797e4214 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "Fix crash when taking screenshots from overview" into rvc-dev...

Merge "Merge "Fix crash when taking screenshots from overview" into rvc-dev am: 031f0212 am: c330307b" into rvc-d1-dev-plus-aosp am: 9c671e03

Change-Id: Ie2cd38d0442d290609af88ee7f2cb04f80197967
parents 92b7150c 9c671e03
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
    }