mattprecious / telescope

A simple tool to allow easy bug report capturing within your app.
Apache License 2.0
1.18k stars 116 forks source link

ScreenshotMode.NONE and progress border? #81

Open jeffhashfield opened 4 years ago

jeffhashfield commented 4 years ago

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 4 years ago

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

jeffhashfield commented 4 years ago

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