Fixed crash due to Picasso being handed empty strings for missing avatars and header images.
This commit is contained in:
parent
1ddb17f8d3
commit
7ae66a4ddc
6 changed files with 21 additions and 24 deletions
|
@ -3,7 +3,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<com.android.volley.toolbox.NetworkImageView
|
||||
<ImageView
|
||||
android:layout_width="64dp"
|
||||
android:layout_height="64dp"
|
||||
android:scaleType="fitCenter"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue