Skip to content

Commit

Permalink
allow setting descriptions on audio attachments (#4711)
Browse files Browse the repository at this point in the history
  • Loading branch information
connyduck authored Oct 11, 2024
1 parent c45a332 commit 92f980b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ class MediaPreviewAdapter(
}

glide.into(imageView)
}

holder.progressImageView.setOnClickListener {
onMediaClick(item, holder.progressImageView)
}
holder.progressImageView.setOnClickListener {
onMediaClick(item, holder.progressImageView)
}
}

Expand Down

0 comments on commit 92f980b

Please sign in to comment.