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

[fenix] No issue: Enable send tab for all builds

This commit is contained in:
Jonathan Almeida 2019-06-11 10:54:39 -04:00 committed by Jonathan Almeida
parent 82b54d0e0c
commit 20fb449129

View File

@ -257,7 +257,7 @@ android.applicationVariants.all { variant ->
// ------------------------------------------------------------------------------------------------- // -------------------------------------------------------------------------------------------------
// Feature build flags // Feature build flags
// ------------------------------------------------------------------------------------------------- // -------------------------------------------------------------------------------------------------
buildConfigField 'Boolean', 'SEND_TAB_ENABLED', (buildType == "nightly" || isDebug).toString() buildConfigField 'Boolean', 'SEND_TAB_ENABLED', (true).toString()
buildConfigField 'Boolean', 'PULL_TO_REFRESH_ENABLED', (false).toString() buildConfigField 'Boolean', 'PULL_TO_REFRESH_ENABLED', (false).toString()
} }