mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 08:32:16 +01:00
Fixed selectable item background
This commit is contained in:
@@ -63,7 +63,7 @@ public class AdapterImage extends RecyclerView.Adapter<AdapterImage.ViewHolder>
|
||||
ViewHolder(View itemView) {
|
||||
super(itemView);
|
||||
|
||||
this.itemView = itemView;
|
||||
this.itemView = itemView.findViewById(R.id.clItem);
|
||||
image = itemView.findViewById(R.id.image);
|
||||
caption = itemView.findViewById(R.id.caption);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user