1993hzw / Doodle

Image doodle for Android, with functions such as undo, zoom, move, text, image, etc. Also a powerful, customizable and extensible doodle framework & multi-function drawing board. Android图片涂鸦,具有撤消,缩放,移动,添加文字,贴图等功能。还是一个功能强大,可自定义和可扩展的涂鸦框架、多功能画板。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java.lang.RuntimeException: Canvas: trying to use a recycled bitmap android.graphics.Bitmap@e5f2cdd

MyWdq opened this issue · comments

commented

java.lang.RuntimeException: Canvas: trying to use a recycled bitmap android.graphics.Bitmap@e5f2cdd
at android.graphics.BaseCanvas.throwIfCannotDraw(BaseCanvas.java:55)
at android.view.DisplayListCanvas.throwIfCannotDraw(DisplayListCanvas.java:226)
at android.view.RecordingCanvas.drawBitmap(RecordingCanvas.java:78)
at cn.hzw.doodle.DoodleView$b.a(DoodleView.java:9)
at cn.hzw.doodle.DoodleView$b.onDraw(DoodleView.java:5)
at android.view.View.draw(View.java:19384)
at android.view.View.updateDisplayListIfDirty(View.java:18320)

可以检查一下是否有在 onSaved 回调里调用 callback.run() 回调