StickerView icon indicating copy to clipboard operation
StickerView copied to clipboard

stickerView.draw(canvas) always draw with border and icon of last sticker

Open JVeverGiveUp opened this issue 7 years ago • 2 comments

Even I set: app:showBorder="false" app:showIcons="false" It still show border and icon when draw on canvas. Hope that it can draw on canvas without those. Thanks.

JVeverGiveUp avatar Apr 24 '17 16:04 JVeverGiveUp

I got result by setLock(true) before draw and setLock(false) after drawing. Hope this will help someone.

JVeverGiveUp avatar Apr 24 '17 16:04 JVeverGiveUp

Hey! JVeverGiveUp, you did great by putting setLock in draw function, it worked. thanks

Ziaxp avatar Jul 28 '17 07:07 Ziaxp