mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-11 18:53:40 +00:00
parent
d3000f384f
commit
0c75e652eb
@ -83,7 +83,7 @@
|
||||
app:backgroundColorHint="?conversation_background"
|
||||
android:visibility="gone"
|
||||
tools:src="@drawable/ic_video_light"
|
||||
tools:visibility="visible" />
|
||||
tools:visibility="visible" />
|
||||
|
||||
<TextView android:id="@id/date"
|
||||
android:layout_marginLeft="3dip"
|
||||
|
@ -94,13 +94,7 @@ public class ConversationListItem extends RelativeLayout
|
||||
this.dateView = (TextView) findViewById(R.id.date);
|
||||
this.contactPhotoImage = (AvatarImageView) findViewById(R.id.contact_photo_image);
|
||||
this.thumbnailView = (ThumbnailView) findViewById(R.id.thumbnail);
|
||||
|
||||
this.thumbnailView.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
ConversationListItem.this.performClick();
|
||||
}
|
||||
});
|
||||
thumbnailView.setClickable(false);
|
||||
}
|
||||
|
||||
public void set(@NonNull MasterSecret masterSecret, @NonNull ThreadRecord thread,
|
||||
|
Loading…
x
Reference in New Issue
Block a user