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

Commit 43ea3e04 authored by Matt Casey's avatar Matt Casey
Browse files

Provide Display ID for overview screenshots

Bug: 367394043
Test: Manual test with logging
Flag: EXEMPT behavior changes are flagged, this is just passing in data.
Change-Id: I7c1998eaeadad40670b2942e80f2bac878a8f186
parent 31aefc32
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@ public class ImageActionUtils {
                .setBitmap(screenshot)
                .setBoundsOnScreen(screenshotBounds)
                .setInsets(visibleInsets)
                .setDisplayId(task.displayId)
                .build();
        systemUiProxy.takeScreenshot(request);
    }