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:
parent
341bd37fcb
commit
29539c458e
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user