-
Notifications
You must be signed in to change notification settings - Fork 887
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
Changed help link for connection info #5095
Conversation
@CalledByNative | ||
private void addMoreInfoLink(String linkText) { | ||
mMoreInfoLink = new TextView(mContext); | ||
- mLinkUrl = HELP_URL; |
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.
we should be able to handle this with brave_static_redirect_network_delegate_helper.cc
2500097
to
0ad5b9e
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.
LGTM
public boolean onNewIntent(Intent intent) { | ||
// Redirect requests if necessary | ||
String url = getUrlFromIntent(intent); | ||
if (url != null && url.equals(CONNECTION_INFO_HELP_URL)) { |
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.
we'll probably want to break this stuff out into helper classes eventually, but lgtm for now
Resolves brave/brave-browser#8899
Submitter Checklist:
npm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist:
After-merge Checklist:
changes has landed on.