You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CrashHandler STACK_TRACE:java.lang.RuntimeException: Canvas: trying to use a recycled bitmap android.graphics.Bitmap@70e62c7
at android.graphics.Canvas.throwIfCannotDraw(Canvas.java:1271)
at android.view.DisplayListCanvas.throwIfCannotDraw(DisplayListCanvas.java:257)
at android.graphics.Canvas.drawBitmap(Canvas.java:1415)
at android.graphics.drawable.BitmapDrawable.draw(BitmapDrawable.java:545)
at android.widget.ImageView.onDraw(ImageView.java:1286)
at android.view.View.draw(View.java:17134)
at android.view.View.updateDisplayListIfDirty(View.java:16116)
at android.view.View.draw(View.java:16900)
at android.view.ViewGroup.drawChild(ViewGroup.java:3764)
at org.apmem.tools.layouts.FlowLayout.drawChild(FlowLayout.java:359)
The text was updated successfully, but these errors were encountered:
CrashHandler STACK_TRACE:java.lang.RuntimeException: Canvas: trying to use a recycled bitmap android.graphics.Bitmap@70e62c7
at android.graphics.Canvas.throwIfCannotDraw(Canvas.java:1271)
at android.view.DisplayListCanvas.throwIfCannotDraw(DisplayListCanvas.java:257)
at android.graphics.Canvas.drawBitmap(Canvas.java:1415)
at android.graphics.drawable.BitmapDrawable.draw(BitmapDrawable.java:545)
at android.widget.ImageView.onDraw(ImageView.java:1286)
at android.view.View.draw(View.java:17134)
at android.view.View.updateDisplayListIfDirty(View.java:16116)
at android.view.View.draw(View.java:16900)
at android.view.ViewGroup.drawChild(ViewGroup.java:3764)
at org.apmem.tools.layouts.FlowLayout.drawChild(FlowLayout.java:359)
The text was updated successfully, but these errors were encountered: