Fix contact images not loading correctly in RecyclerViews.

You need to call Glide.into() or Glide.clear() every time you update
the image in an imageview in order to ensure that things load in the
correct order.

Glide accepts a null URI, so this CL removes the null check and always
calls into().

Fixes: 138602577
Test: Manually
Change-Id: I93ba11f88a85c209622b3a9a9048d3e5ba9af927
1 file changed