Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthew Finkel
fenix
Commits
72edd066
Commit
72edd066
authored
Sep 04, 2020
by
Matthew Finkel
Browse files
Bug 40031: Hide Mozilla-specific items on About page
parent
b770a388
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/org/mozilla/fenix/settings/about/AboutFragment.kt
View file @
72edd066
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment