Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed NTP shows same background images #19896

Merged
merged 1 commit into from
Aug 28, 2023

Commits on Aug 28, 2023

  1. Fixed NTP shows same background images

    fix brave/brave-browser#32359
    
    Sometimes we could meet the condition that
    ViewCounterModel::count_to_branded_wallpaper_ is zero and no SI campaign.
    When this happens, we didn't increase background wallpaper index.
    This caused showing same background image till new campaign starts.
    We should increase background images index in this situation also.
    simonhong committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    08d4e29 View commit details
    Browse the repository at this point in the history