Fixes an ugly listener

This commit is contained in:
stom79 2017-12-25 18:28:56 +01:00
parent 5e7fbb9af1
commit 9a3ceada13
1 changed files with 143 additions and 149 deletions

View File

@ -593,10 +593,6 @@ public class NotificationsListAdapter extends RecyclerView.Adapter implements On
final String userId = sharedpreferences.getString(Helper.PREF_KEY_ID, null);
final View attached = holder.status_more;
holder.status_more.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
holder.status_more.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
@ -750,8 +746,6 @@ public class NotificationsListAdapter extends RecyclerView.Adapter implements On
popup.show();
}
});
}
});
if( theme == Helper.THEME_LIGHT) {
holder.status_show_more.setTextColor(ContextCompat.getColor(context, R.color.white));