martipello

Results 53 comments of martipello

for what ever reason a clean and rebuild fixes this

did this every get fixed? our app was flagged by apple i believe it was because of the recent inclusion of this library ITMS-90683: Missing Purpose String in Info.plist -...

this should be in the readme tbh thank you so much, so i used compile 'com.google.android.gms:play-services-vision:12.0.1' in my apps build.gradle file

Im seeing this also, and i also have a pixel 6 pro, i checked it on a samsung s8 running android 10 and the issue is reproducible there too

> * Split the bitmap image into two parts(left and righ part). could you share this code?

@aanalmehta could you share this code - Split the bitmap image into two parts(left and righ part).

i solved it a little differently replaced the scale bitmap method and the init function private fun init() { items.clear() paint.isAntiAlias = true paint.isFilterBitmap = true paint.isDither = true when...

> I have same issue, is there a fix on this? My fix above works