mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 20:48:43 +00:00
@@ -46,6 +46,7 @@ public class GiphyAdapter extends RecyclerView.Adapter<GiphyAdapter.GiphyViewHol
|
|||||||
|
|
||||||
GiphyViewHolder(View view) {
|
GiphyViewHolder(View view) {
|
||||||
super(view);
|
super(view);
|
||||||
|
super.setIsRecyclable(false);
|
||||||
thumbnail = ViewUtil.findById(view, R.id.thumbnail);
|
thumbnail = ViewUtil.findById(view, R.id.thumbnail);
|
||||||
gifProgress = ViewUtil.findById(view, R.id.gif_progress);
|
gifProgress = ViewUtil.findById(view, R.id.gif_progress);
|
||||||
thumbnail.setOnClickListener(this);
|
thumbnail.setOnClickListener(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user