This commit is contained in:
Austin Huang 2021-07-22 14:52:37 -04:00
parent 2b89e2fbb6
commit 2cf031a8f7
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public abstract class FeedItemViewHolder extends RecyclerView.ViewHolder {
setupActions(media); setupActions(media);
if (media.getType() != MediaItemType.MEDIA_TYPE_SLIDER) { if (media.getType() != MediaItemType.MEDIA_TYPE_SLIDER) {
bottomBinding.download.setOnClickListener(v -> bottomBinding.download.setOnClickListener(v ->
feedItemCallback.onDownloadClick(media, -1, null) feedItemCallback.onDownloadClick(media, -1, bottomBinding.download)
); );
} }
bindItem(media); bindItem(media);