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

This commit is contained in:
Mugurell 2020-10-21 03:41:14 +03:00 committed by GitHub
parent 7e3c26914c
commit 57462d612f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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