For #9770 - Disable pull to refresh pending changes

fennec/production
Mugurell 4 years ago
parent 341bd37fcb
commit 29539c458e

@ -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