mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-20 12:51:30 +00:00
parent
d3000f384f
commit
0c75e652eb
@ -94,13 +94,7 @@ public class ConversationListItem extends RelativeLayout
|
|||||||
this.dateView = (TextView) findViewById(R.id.date);
|
this.dateView = (TextView) findViewById(R.id.date);
|
||||||
this.contactPhotoImage = (AvatarImageView) findViewById(R.id.contact_photo_image);
|
this.contactPhotoImage = (AvatarImageView) findViewById(R.id.contact_photo_image);
|
||||||
this.thumbnailView = (ThumbnailView) findViewById(R.id.thumbnail);
|
this.thumbnailView = (ThumbnailView) findViewById(R.id.thumbnail);
|
||||||
|
thumbnailView.setClickable(false);
|
||||||
this.thumbnailView.setOnClickListener(new View.OnClickListener() {
|
|
||||||
@Override
|
|
||||||
public void onClick(View v) {
|
|
||||||
ConversationListItem.this.performClick();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void set(@NonNull MasterSecret masterSecret, @NonNull ThreadRecord thread,
|
public void set(@NonNull MasterSecret masterSecret, @NonNull ThreadRecord thread,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user