Bug 1814678 - Enable pull to refresh in beta also

fenix/112.0
Mugurell 2 years ago committed by mergify[bot]
parent e8e419d8ba
commit 21b5953136

@ -24,7 +24,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
val pullToRefreshEnabled = Config.channel.isNightlyOrDebug || Config.channel.isBeta
/**
* Enables the Sync Addresses feature.

Loading…
Cancel
Save