Lower memory consumption of Giphy browser

Fixes #5831
// FREEBIE
This commit is contained in:
FeuRenard 2016-11-06 13:55:30 +01:00
parent 0396494d57
commit 06b1045e09

View File

@ -46,6 +46,7 @@ public class GiphyAdapter extends RecyclerView.Adapter<GiphyAdapter.GiphyViewHol
GiphyViewHolder(View view) {
super(view);
super.setIsRecyclable(false);
thumbnail = ViewUtil.findById(view, R.id.thumbnail);
gifProgress = ViewUtil.findById(view, R.id.gif_progress);
thumbnail.setOnClickListener(this);