2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

[fenix] For https://github.com/mozilla-mobile/fenix/issues/20123: Disable historyMetadataFeature flag

This commit is contained in:
Oana Horvath 2021-06-25 12:29:18 +03:00 committed by mergify[bot]
parent f3b4835416
commit 546cd82033

View File

@ -42,5 +42,5 @@ object FeatureFlags {
/**
* Enables recording of history metadata.
*/
val historyMetadataFeature = Config.channel.isDebug
const val historyMetadataFeature = false
}