mirror of
https://github.com/nuclearfog/Shitter.git
synced 2025-01-28 18:09:45 +01:00
bug fix
This commit is contained in:
parent
8172a9c690
commit
83dbca8825
@ -161,6 +161,8 @@ public class TweetAdapter extends Adapter<TweetAdapter.ItemHolder> {
|
||||
vh.screenname.setCompoundDrawablesWithIntrinsicBounds(0, 0, 0, 0);
|
||||
if (image_load)
|
||||
Picasso.get().load(tweet.getUser().getImageLink() + "_mini").into(vh.profile);
|
||||
else
|
||||
vh.profile.setImageResource(0);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user