Small layout improvement

This commit is contained in:
M66B
2019-01-15 16:50:32 +00:00
parent 3857b0013d
commit 632e1ff039
3 changed files with 6 additions and 0 deletions

View File

@@ -306,12 +306,16 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
});
} else
itemView.setOnClickListener(this);
ivSnoozed.setOnClickListener(this);
ivFlagged.setOnClickListener(this);
ivExpanderAddress.setOnClickListener(this);
ivAddContact.setOnClickListener(this);
btnDownloadAttachments.setOnClickListener(this);
btnSaveAttachments.setOnClickListener(this);
btnHtml.setOnClickListener(this);
ibQuotes.setOnClickListener(this);
ibImages.setOnClickListener(this);