2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-15 18:12:54 +00:00
This commit is contained in:
Colin Lee 2020-01-13 13:37:13 -06:00 committed by GitHub
parent f5a7312763
commit 7faa412772

View File

@ -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(),