Alfredo De Vito
Alfredo De Vito
Hi r1m, i'm trying your solution but i get this exception: java.lang.RuntimeException: Canvas: trying to use a recycled bitmap android.graphics.Bitmap@7a2da54 Have you found other solution? Thanks
I applies this changes: ``` private void createMaskCanvas(int width, int height, int oldw, int oldh) { boolean sizeChanged = width != oldw || height != oldh; boolean isValid = width...
I've downgraded the following packages and now works: Django from 1.10.5 to 1.10.2 djangorestframework from 3.5.3 to 3.5.1 drf-tracking from 1.1.0 to 1.0.1 maybe this info can help you to...
We're facing the same issue with jetpack compose, any news? A release date would also be really appreciated :) Thanks
I have the same issue, Have someone found a workaround? Thanks