Skip to content

Commit

Permalink
Merge pull request #17779 from brave/show_visited_counter_rewards
Browse files Browse the repository at this point in the history
Show visited counter for unconnected state rewards
  • Loading branch information
deeppandya authored Mar 28, 2023
2 parents f702b99 + 1600760 commit 5b94ca3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1899,7 +1899,7 @@ public void onClick(View v) {

@Override
public void onGetPublishersVisitedCount(int count) {
if (mPopupView != null && count > 0) {
if (mPopupView != null) {
mPopupView.findViewById(R.id.rewards_panel_unverified_creator_section)
.setVisibility(View.VISIBLE);
TextView rewardsPanelUnverifiedCreatorCountText =
Expand Down

0 comments on commit 5b94ca3

Please sign in to comment.