Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
Project
F
fenix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
fenix
Commits
2b689f55
This project is archived. Its data is
read-only
.
Commit
2b689f55
authored
Sep 4, 2020
by
Matthew Finkel
Browse files
Options
Downloads
Patches
Plain Diff
Bug 40031: Hide Mozilla-specific items on About page
parent
06573c35
No related branches found
No related tags found
1 merge request
!39
Bug 40050 01
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/main/java/org/mozilla/fenix/settings/about/AboutFragment.kt
+16
-16
16 additions, 16 deletions
...in/java/org/mozilla/fenix/settings/about/AboutFragment.kt
with
16 additions
and
16 deletions
app/src/main/java/org/mozilla/fenix/settings/about/AboutFragment.kt
+
16
−
16
View file @
2b689f55
...
...
@@ -141,22 +141,22 @@ class AboutFragment : Fragment(), AboutPageListener {
SupportUtils
.
getTorHelpPageUrl
()
),
getString
(
R
.
string
.
about_support
)
),
AboutPageItem
(
AboutItem
.
Crashes
,
getString
(
R
.
string
.
about_crashes
)
),
AboutPageItem
(
AboutItem
.
ExternalLink
(
PRIVACY_NOTICE
,
SupportUtils
.
getMozillaPageUrl
(
SupportUtils
.
MozillaPage
.
PRIVATE_NOTICE
)
),
getString
(
R
.
string
.
about_privacy_notice
)
),
AboutPageItem
(
AboutItem
.
ExternalLink
(
RIGHTS
,
SupportUtils
.
getSumoURLForTopic
(
context
,
SupportUtils
.
SumoTopic
.
YOUR_RIGHTS
)
),
getString
(
R
.
string
.
about_know_your_rights
)
),
//
AboutPageItem(
//
AboutItem.Crashes,
//
getString(R.string.about_crashes)
//
),
//
AboutPageItem(
//
AboutItem.ExternalLink(
//
PRIVACY_NOTICE,
//
SupportUtils.getMozillaPageUrl(SupportUtils.MozillaPage.PRIVATE_NOTICE)
//
), getString(R.string.about_privacy_notice)
//
),
//
AboutPageItem(
//
AboutItem.ExternalLink(
//
RIGHTS,
//
SupportUtils.getSumoURLForTopic(context, SupportUtils.SumoTopic.YOUR_RIGHTS)
//
), getString(R.string.about_know_your_rights)
//
),
AboutPageItem
(
AboutItem
.
ExternalLink
(
LICENSING_INFO
,
ABOUT_LICENSE_URL
),
getString
(
R
.
string
.
about_licensing_information
)
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment