Commit 420a1811 authored by clairehurst's avatar clairehurst 🌱 Committed by Dan Ballard
Browse files

fixup! TB 44653 [android]: Disable 'Allow search suggestions in private...

fixup! TB 44653 [android]: Disable 'Allow search suggestions in private sessions' prompt presented in RR 148 android

TB 45269 [android]: Completely disable search suggestion feature.
Note to rebaser: After squashing this commit into "TB 44653 [android]: Disable 'Allow search suggestions in private sessions' prompt presented in RR 148 android", I think that it would make sense to then squash that commit into TB 45269 [android]: Completely disable search suggestion feature
parent b14a6e22
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1704,7 +1704,9 @@ class Settings(
        get() = false
        set(value) {}

    var showSearchSuggestionsInPrivateOnboardingFinished = false
    var showSearchSuggestionsInPrivateOnboardingFinished
        get() = false
        set(value) {}

    fun incrementVisitedInstallableCount() = pwaInstallableVisitCount.increment()