Skip to content

Commit

Permalink
Uplift of #16816 (squashed) to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-builds committed Jan 23, 2023
1 parent 49636fa commit a1a3154
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ public class BraveRewardsPanel
private static final String NEW_SIGNUP_DISABLED_URL =
"https://support.brave.com/hc/en-us/articles/9312922941069";
private static final String BRAVE_REWARDS_PAGE = "https://brave.com/rewards";
private static final String BRAVE_REWARDS_CHANGES_PAGE = "https://brave.com/rewards-changes";

private static final String TAG = "BraveRewards";
private static final int UPDATE_BALANCE_INTERVAL = 60000; // In milliseconds
Expand Down Expand Up @@ -985,7 +986,7 @@ public void OnGetAdsAccountStatement(boolean success, double nextPaymentDate,
.setOnClickListener((new View.OnClickListener() {
@Override
public void onClick(View v) {
CustomTabActivity.showInfoPage(mActivity, BRAVE_REWARDS_PAGE);
CustomTabActivity.showInfoPage(mActivity, BRAVE_REWARDS_CHANGES_PAGE);
}
}));
} else {
Expand Down

0 comments on commit a1a3154

Please sign in to comment.