ScreenshotMode.NONE and progress border?
jeffhashfield opened this issue · 2 comments
jeffhashfield commented
I have a class which extends TelescopeLayout. In the constructor, I call setProgressColor (to a blue color), setLens, and setScreenshotMode(ScreenshotMode.NONE). Everything works fine, except the progress border does not disappear after the screenshot is captured. If I instead call setScreenshotMode(ScreenshotMode.CANVAS), or do not call setScreenshotMode, the progress border correctly disappears after the screenshot is captured. Is this a bug, or is there something additional I should do in order to use ScreenshotMode.NONE correctly?
mattprecious commented
Fixed in #53 I think. Are you on the latest version?
jeffhashfield commented
Thanks a lot for the response. I am on the latest version (2.2.0).