1
0
Fork 0

Fix #7649: Fix missing NOT in asFeatureWebChannelsDisabled check (#7650)

master
Colin Lee 2020-01-13 13:37:13 -06:00 committed by GitHub
parent 7baf54f566
commit cf220427d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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