Skip to content

Commit

Permalink
修复 item 不显示 flag icon 问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay committed Jan 3, 2018
1 parent 7a3fcb7 commit 3eebc18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public void onClick(View v) {
}
}
});

holder.mImageFlagIcon.setVisibility(View.VISIBLE);
if (item.isGif()) {
holder.mImageFlagIcon.setImageResource(R.drawable.daguerre_ic_badge_gif);
} else if (item.isVideo()) {
Expand Down

0 comments on commit 3eebc18

Please sign in to comment.