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
2bb08649
Commit
2bb08649
authored
Sep 02, 2020
by
Matthew Finkel
Browse files
Bug 40016: Don't install WebCompat webext
parent
08854048
Changes
1
Show whitespace changes
Inline
Side-by-side
app/src/main/java/org/mozilla/fenix/components/Core.kt
View file @
2bb08649
...
...
@@ -115,7 +115,6 @@ class Core(
trackingProtectionPolicyFactory
.
createTrackingProtectionPolicy
()
)
).
also
{
WebCompatFeature
.
install
(
it
)
/**
* There are some issues around localization to be resolved, as well as questions around
...
...
@@ -123,7 +122,8 @@ class Core(
* disabled in Fenix Release builds for now.
* This is consistent with both Fennec and Firefox Desktop.
*/
if
(
Config
.
channel
.
isNightlyOrDebug
||
Config
.
channel
.
isBeta
)
{
if
(
false
&&
(
Config
.
channel
.
isNightlyOrDebug
||
Config
.
channel
.
isBeta
))
{
WebCompatFeature
.
install
(
it
)
WebCompatReporterFeature
.
install
(
it
,
"fenix"
)
}
...
...
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