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
Getting null pointer after setting bitmap drawable while measuring layout. if (icon instanceof BitmapDrawable) mIcon = ((BitmapDrawable) icon).getBitmap();
where mIcon returning null;
And one another question, are you downsampaling the bitmap?
Thanks.
The text was updated successfully, but these errors were encountered:
Getting null pointer after setting bitmap drawable while measuring layout.
if (icon instanceof BitmapDrawable) mIcon = ((BitmapDrawable) icon).getBitmap();
where
mIcon
returning null;And one another question, are you downsampaling the bitmap?
Thanks.
The text was updated successfully, but these errors were encountered: