2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-15 18:12:54 +00:00

For #9770 - Disable pull to refresh pending changes

This commit is contained in:
Mugurell 2020-04-07 15:54:56 +03:00
parent 341bd37fcb
commit 29539c458e

View File

@ -8,7 +8,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 const val pullToRefreshEnabled = false
/** /**
* Allows Progressive Web Apps to be installed to the device home screen. * Allows Progressive Web Apps to be installed to the device home screen.