Cleans emoji class

This commit is contained in:
stom79 2017-11-12 09:27:19 +01:00
parent 5bf0472d18
commit 342e3bf6de
1 changed files with 0 additions and 2 deletions

View File

@ -48,12 +48,10 @@ public class EmojisSearchAdapter extends ArrayAdapter<Emojis> implements Filtera
private LayoutInflater layoutInflater;
private ImageLoader imageLoader;
private DisplayImageOptions options;
private Context context;
public EmojisSearchAdapter(Context context, List<Emojis> emojis){
super(context, android.R.layout.simple_list_item_1, emojis);
this.emojis = emojis;
this.context = context;
this.tempEmojis = new ArrayList<>(emojis);
this.suggestions = new ArrayList<>(emojis);
layoutInflater = LayoutInflater.from(context);