[fenix] For https://github.com/mozilla-mobile/fenix/issues/9770 - Disable pull to refresh pending changes

pull/600/head
Mugurell 5 years ago
parent 52e3beffb6
commit 8fd1b5ef87

@ -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.
*/
val pullToRefreshEnabled = Config.channel.isNightlyOrDebug
const val pullToRefreshEnabled = false
/**
* Allows Progressive Web Apps to be installed to the device home screen.

Loading…
Cancel
Save