2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-17 15:26:23 +00:00

Bug 1814678 - Enable pull to refresh in beta also

This commit is contained in:
Mugurell 2023-02-20 17:16:54 +02:00 committed by mergify[bot]
parent e8e419d8ba
commit 21b5953136

View File

@ -24,7 +24,7 @@ object FeatureFlags {
* Pull-to-refresh allows you to pull the web content down far enough to have the page to * Pull-to-refresh allows you to pull the web content down far enough to have the page to
* reload. * reload.
*/ */
val pullToRefreshEnabled = Config.channel.isNightlyOrDebug val pullToRefreshEnabled = Config.channel.isNightlyOrDebug || Config.channel.isBeta
/** /**
* Enables the Sync Addresses feature. * Enables the Sync Addresses feature.