Skip to content

Commit

Permalink
remove upstream change
Browse files Browse the repository at this point in the history
  • Loading branch information
sk22 committed Jun 28, 2023
1 parent 90e9838 commit ccd075c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ public void onBind(PollOptionStatusDisplayItem item){
bg.setLevel(Math.round(10000f*item.votesFraction));
button.setBackground(bg);
itemView.setSelected(item.isMostVoted);
check.setSelected(item.poll.ownVotes!=null && item.poll.ownVotes.contains(item.optionIndex));
percent.setText(String.format(Locale.getDefault(), "%d%%", Math.round(item.votesFraction*100f)));
}else{
itemView.setSelected(item.poll.selectedOptions!=null && item.poll.selectedOptions.contains(item.option));
Expand Down

0 comments on commit ccd075c

Please sign in to comment.