-
Notifications
You must be signed in to change notification settings - Fork 873
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
Remove rewards onboarding icon #21455
Conversation
android/java/org/chromium/chrome/browser/BraveRewardsHelper.java
Outdated
Show resolved
Hide resolved
android/java/org/chromium/chrome/browser/BraveRewardsHelper.java
Outdated
Show resolved
Hide resolved
android/java/org/chromium/chrome/browser/app/BraveActivity.java
Outdated
Show resolved
Hide resolved
android/java/org/chromium/chrome/browser/toolbar/top/BraveToolbarLayoutImpl.java
Outdated
Show resolved
Hide resolved
dd91083
to
5e66125
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
++
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
5e66125
to
067685a
Compare
Address PR comments Resolve presubmit issue
067685a
to
48d3607
Compare
[puLL-Merge] - brave/brave-core@21455 DescriptionThis pull request seems to modify how the Brave browser app handles user preferences, particularly with regard to the Brave Rewards feature. It appears to swap out the usage of SharedPreferences in favor of a new ChromeSharedPreferences mechanism. Additionally, it adds logic related to the timing and visibility of the Brave Rewards onboarding icon, and it contains a few minor cleanups and refactors. ChangesChangesandroid/java/org/chromium/chrome/browser/BraveRewardsHelper.java
android/java/org/chromium/chrome/browser/app/BraveActivity.java
android/java/org/chromium/chrome/browser/toolbar/top/BraveToolbarLayoutImpl.java
Security Hotspots
|
Resolves brave/brave-browser#33922
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
wikinpm run lint
,npm run presubmit
wiki,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan: