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

Commit d69660fc authored by Brett Chabot's avatar Brett Chabot
Browse files

Add bug link for androidx screenshot API TODO.

Bug: 194183980
Test: TH
Change-Id: I02a88ceb5ce079886f7aae9b688598c85e25a2c0
parent c9d121cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1138,7 +1138,7 @@ public class HardwareRenderer {
     * environment by toggling drawing back on and forcing a frame to be drawn such as by calling
     * view#invalidate(). Once drawn and the screenshot captured, this can then be turned back off.
     */
    // TODO: Add link to androidx's Screenshot library for help with this
    // TODO(b/194195794): Add link to androidx's Screenshot library for help with this
    public static void setDrawingEnabled(boolean drawingEnabled) {
        nSetDrawingEnabled(drawingEnabled);
    }