mattprecious/telescope

ScreenshotMode.NONE and progress border?

Opened this issue · 2 comments

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?

Fixed in #53 I think. Are you on the latest version?

Thanks a lot for the response. I am on the latest version (2.2.0).