For #16054 - Enable pull to refresh webpage in Nightly and Debug (#16060)

upstream-sync
Mugurell 4 years ago committed by GitHub
parent 7e3c26914c
commit 57462d612f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,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
/**
* Shows Synced Tabs in the tabs tray.

Loading…
Cancel
Save