Add bug link for androidx screenshot API TODO.

Bug: 194183980
Test: TH
Change-Id: I02a88ceb5ce079886f7aae9b688598c85e25a2c0
This commit is contained in:
Brett Chabot
2021-07-20 17:11:07 +00:00
parent c9d121cd94
commit d69660fc6a

View File

@@ -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);
}