[fenix] For https://github.com/mozilla-mobile/fenix/issues/3262 - Enable pull down to refresh in Nightly

pull/600/head
Mugurell 4 years ago
parent ff77588851
commit dca4c74a30

@ -8,7 +8,7 @@ object FeatureFlags {
* Pull-to-refresh allows you to pull the web content down far enough to have the page to
* reload.
*/
const val pullToRefreshEnabled = false
val pullToRefreshEnabled = Config.channel.isNightlyOrDebug
/**
* Allows Progressive Web Apps to be installed to the device home screen.

Loading…
Cancel
Save