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
Hi, friends, we have a problem, when we try to update to the new version 4.1.0, when we start the activity messaging the application have a crash, there is the description
Exactly in the com.liveperson.infra.utils.picasso.BitmapHunter .
java.lang.RuntimeException: Transformation circle crashed with an exception. at com.liveperson.infra.utils.picasso.BitmapHunter$3.run(BitmapHunter.java:450) at android.os.Handler.handleCallback(Handler.java:751) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:154) at android.app.ActivityThread.main(ActivityThread.java:6077) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:866) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:756) Caused by: java.lang.NullPointerException: Attempt to read from field 'int android.graphics.Bitmap$Config.nativeInt' on a null object reference at android.graphics.Bitmap.createBitmap(Bitmap.java:879) at android.graphics.Bitmap.createBitmap(Bitmap.java:856) at android.graphics.Bitmap.createBitmap(Bitmap.java:823) at com.liveperson.infra.ui.view.utils.picasso.CircleTransform.transform(CircleTransform.java:43) at com.liveperson.infra.utils.picasso.BitmapHunter.applyCustomTransformations(BitmapHunter.java:445) at com.liveperson.infra.utils.picasso.BitmapHunter.hunt(BitmapHunter.java:254) at com.liveperson.infra.utils.picasso.BitmapHunter.run(BitmapHunter.java:175) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428) at java.util.concurrent.FutureTask.run(FutureTask.java:237) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) at java.lang.Thread.run(Thread.java:761) at com.liveperson.infra.utils.picasso.Utils$PicassoThread.run(Utils.java:354)
Hi, friends, we have a problem, when we try to update to the new version 4.1.0, when we start the activity messaging the application have a crash, there is the description
Exactly in the com.liveperson.infra.utils.picasso.BitmapHunter .
java.lang.RuntimeException: Transformation circle crashed with an exception. at com.liveperson.infra.utils.picasso.BitmapHunter$3.run(BitmapHunter.java:450) at android.os.Handler.handleCallback(Handler.java:751) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:154) at android.app.ActivityThread.main(ActivityThread.java:6077) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:866) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:756) Caused by: java.lang.NullPointerException: Attempt to read from field 'int android.graphics.Bitmap$Config.nativeInt' on a null object reference at android.graphics.Bitmap.createBitmap(Bitmap.java:879) at android.graphics.Bitmap.createBitmap(Bitmap.java:856) at android.graphics.Bitmap.createBitmap(Bitmap.java:823) at com.liveperson.infra.ui.view.utils.picasso.CircleTransform.transform(CircleTransform.java:43) at com.liveperson.infra.utils.picasso.BitmapHunter.applyCustomTransformations(BitmapHunter.java:445) at com.liveperson.infra.utils.picasso.BitmapHunter.hunt(BitmapHunter.java:254) at com.liveperson.infra.utils.picasso.BitmapHunter.run(BitmapHunter.java:175) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428) at java.util.concurrent.FutureTask.run(FutureTask.java:237) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) at java.lang.Thread.run(Thread.java:761) at com.liveperson.infra.utils.picasso.Utils$PicassoThread.run(Utils.java:354)
There is my gradle file
The text was updated successfully, but these errors were encountered: