Fix lint/detekt issues

upstream-sync
Christian Sadilek 3 years ago
parent 2cc1a49fb0
commit 3a57188c35

@ -63,7 +63,8 @@ fun NimbusApi.withVariables(featureId: FeatureId, sendExposureEvent: Boolean = t
getVariables(featureId, sendExposureEvent)
/**
* Get a `Variables` object for this feature and use that to configure the feature itself or a more type safe configuration object.
* Get a `Variables` object for this feature and use that to configure the feature itself or a
* more type safe configuration object.
*
* @param featureId the id of the feature as it appears in `Experimenter`
* @param sendExposureEvent by default `true`. This logs an event that the user was exposed to an experiment

@ -20,7 +20,6 @@ import org.mozilla.fenix.R
import org.mozilla.fenix.components.StoreProvider
import org.mozilla.fenix.ext.components
import org.mozilla.fenix.ext.showToolbar
import org.mozilla.fenix.ext.withExperiment
import org.mozilla.fenix.nimbus.controller.NimbusBranchesController
import org.mozilla.fenix.nimbus.view.NimbusBranchesView

Loading…
Cancel
Save