Skip to content

Commit

Permalink
stop being clever with unbinding glide images
Browse files Browse the repository at this point in the history
fixes signalapp#3331
// FREEBIE
  • Loading branch information
mcginty committed Jun 3, 2015
1 parent 6d0720c commit 11613ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/org/thoughtcrime/securesms/ConversationItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,6 @@ public void set(@NonNull MasterSecret masterSecret,
}

public void unbind() {
if (mediaThumbnail != null) {
mediaThumbnail.clear();
}
}

public MessageRecord getMessageRecord() {
Expand Down

0 comments on commit 11613ad

Please sign in to comment.