For #22495 - Disable inactive tabs survey

upstream-sync
Sarah Khan 3 years ago committed by mergify[bot]
parent 77191d8ef2
commit e18cf36117

@ -872,7 +872,7 @@ class Settings(private val appContext: Context) : PreferencesHolder {
*/
var shouldShowInactiveTabsTurnOffSurvey by booleanPreference(
appContext.getPreferenceKey(R.string.pref_key_should_show_inactive_tabs_turn_off_survey),
default = true
default = false
)
fun getSitePermissionsPhoneFeatureAction(

Loading…
Cancel
Save