mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
[fenix] Fix https://github.com/mozilla-mobile/fenix/issues/7649: Fix missing NOT in asFeatureWebChannelsDisabled check (https://github.com/mozilla-mobile/fenix/pull/7650)
This commit is contained in:
parent
f5a7312763
commit
7faa412772
@ -435,7 +435,7 @@ abstract class BaseBrowserFragment : Fragment(), UserInteractionHandler, Session
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Suppress("ConstantConditionIf")
|
@Suppress("ConstantConditionIf")
|
||||||
if (FeatureFlags.asFeatureWebChannelsDisabled) {
|
if (!FeatureFlags.asFeatureWebChannelsDisabled) {
|
||||||
webchannelIntegration.set(
|
webchannelIntegration.set(
|
||||||
feature = FxaWebChannelFeature(
|
feature = FxaWebChannelFeature(
|
||||||
requireContext(),
|
requireContext(),
|
||||||
|
Loading…
Reference in New Issue
Block a user