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:
parent
82b54d0e0c
commit
20fb449129
@ -257,7 +257,7 @@ android.applicationVariants.all { variant ->
|
||||
// -------------------------------------------------------------------------------------------------
|
||||
// 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()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user