zniter81
Results
1
issues of
zniter81
Hi got this exception. basically i call the below statement twice but OwnerProfilePictureURL is a different URL and i get the exception. `Picasso.with(ma).load(ma.OwnerProfilePictureURL).resize(witdthHeight, witdthHeight).centerCrop().into(userProfileImage);` ``` Fatal Exception: java.lang.NullPointerException: Attempt to...