1
0
Fork 0

For #3262 - Enable pull down to refresh in Nightly

master
Mugurell 2020-03-26 22:01:50 +02:00
parent 72582d9c8f
commit 904bfc9ebe
1 changed files with 1 additions and 1 deletions

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
* reload.
*/
const val pullToRefreshEnabled = false
val pullToRefreshEnabled = Config.channel.isNightlyOrDebug
/**
* Allows Progressive Web Apps to be installed to the device home screen.