pull/600/head
ekager 4 years ago committed by Mihai Adrian
parent 21dde5fe0b
commit c33ac4edc0

@ -10,11 +10,6 @@ object FeatureFlags {
*/ */
const val pullToRefreshEnabled = false const val pullToRefreshEnabled = false
/**
* Allows Progressive Web Apps to be installed to the device home screen.
*/
val progressiveWebApps = Config.channel.isNightlyOrDebug
/** /**
* Disables FxA Application Services Web Channels feature * Disables FxA Application Services Web Channels feature
*/ */

@ -40,7 +40,6 @@ import mozilla.components.lib.dataprotect.generateEncryptionKey
import mozilla.components.service.sync.logins.SyncableLoginsStorage import mozilla.components.service.sync.logins.SyncableLoginsStorage
import org.mozilla.fenix.AppRequestInterceptor import org.mozilla.fenix.AppRequestInterceptor
import org.mozilla.fenix.Config import org.mozilla.fenix.Config
import org.mozilla.fenix.FeatureFlags
import org.mozilla.fenix.HomeActivity import org.mozilla.fenix.HomeActivity
import org.mozilla.fenix.R import org.mozilla.fenix.R
import org.mozilla.fenix.ext.settings import org.mozilla.fenix.ext.settings
@ -177,8 +176,7 @@ class Core(private val context: Context) {
WebAppShortcutManager( WebAppShortcutManager(
context, context,
client, client,
webAppManifestStorage, webAppManifestStorage
supportWebApps = FeatureFlags.progressiveWebApps
) )
} }

Loading…
Cancel
Save