tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 8f29d26774c99d8d0d8792522b58426b1cf01e12
parent 68ce0110aad11319ba53f5309e83cad6d6c4a367
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Date:   Sat,  1 Nov 2025 16:24:55 +0000

Bug 1997648 - Remove VisibleForTesting annotation from trendingSearchSuggestionsEnabled. r=android-reviewers,Roger

Differential Revision: https://phabricator.services.mozilla.com/D270904

Diffstat:
Mmobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt b/mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt @@ -1458,7 +1458,6 @@ class Settings(private val appContext: Context) : PreferencesHolder { /** * Indicates if the user have enabled trending search in search suggestions. */ - @VisibleForTesting internal var trendingSearchSuggestionsEnabled by booleanPreference( appContext.getPreferenceKey(R.string.pref_key_show_trending_search_suggestions), default = true,