Show when an email is selected
This commit is contained in:
@@ -63,6 +63,10 @@ public class EmailListAdapter extends ArrayAdapter<Email> {
|
||||
}
|
||||
});
|
||||
|
||||
if (mSelectedEmails.get(position)) {
|
||||
((ImageView) v.findViewById(R.id.email_selected)).setVisibility(View.VISIBLE);
|
||||
}
|
||||
|
||||
try {
|
||||
String fromAddress = email.getOneFromAddress();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user