Fixed crash due to Picasso being handed empty strings for missing avatars and header images.

This commit is contained in:
Vavassor 2017-03-07 21:38:20 -05:00
commit 7ae66a4ddc
6 changed files with 21 additions and 24 deletions

View file

@ -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"