package c.b.a.d; import android.view.View; import com.lytefast.flexinput.adapters.AttachmentPreviewAdapter; import com.lytefast.flexinput.model.Attachment; /* compiled from: AttachmentPreviewAdapter.kt */ public final class e implements View.OnClickListener { public final /* synthetic */ AttachmentPreviewAdapter.a i; public final /* synthetic */ Attachment j; public e(AttachmentPreviewAdapter.a aVar, Attachment attachment) { this.i = aVar; this.j = attachment; } @Override // android.view.View.OnClickListener public final void onClick(View view) { this.i.p.a.unselectItem(this.j); } }