Loading src/com/android/contacts/ContactPhotoManager.java +4 −2 Original line number Diff line number Diff line Loading @@ -359,8 +359,10 @@ class ContactPhotoManagerImpl extends ContactPhotoManager implements Callback { view.setImageBitmap(holder.bitmap); if (holder.bitmap != null) { // Put the bitmap in the LRU cache mBitmapCache.put(request, holder.bitmap); } // Soften the reference holder.bitmap = null; Loading Loading
src/com/android/contacts/ContactPhotoManager.java +4 −2 Original line number Diff line number Diff line Loading @@ -359,8 +359,10 @@ class ContactPhotoManagerImpl extends ContactPhotoManager implements Callback { view.setImageBitmap(holder.bitmap); if (holder.bitmap != null) { // Put the bitmap in the LRU cache mBitmapCache.put(request, holder.bitmap); } // Soften the reference holder.bitmap = null; Loading