mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
Bug 1814678 - Enable pull to refresh in beta also
(cherry picked from commit b970a91da086bd4d4c3331f983c9b0abc3e88aae)
This commit is contained in:
parent
0b72435642
commit
77dd99a48d
@ -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…
Reference in New Issue
Block a user