tor-browser

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

commit 9b4fc3dfaf95dbc331835db73c74ceb2df28c818
parent 9ad39971ec0f30b6bc20dccadc37174a53322ffa
Author: Sandor Molnar <smolnar@mozilla.com>
Date:   Thu, 11 Dec 2025 06:12:01 +0200

Revert "Bug 2004076- Update number of stories to show to 30. r=gl,android-reviewers" for causing fenix debug failures

This reverts commit 304d81b2cfb55193b8ce1db2fcf99a9a40d3c4de.

Diffstat:
Mmobile/android/fenix/app/src/main/java/org/mozilla/fenix/ext/AppState.kt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mobile/android/fenix/app/src/main/java/org/mozilla/fenix/ext/AppState.kt b/mobile/android/fenix/app/src/main/java/org/mozilla/fenix/ext/AppState.kt @@ -23,7 +23,7 @@ import org.mozilla.fenix.utils.Settings * This is an optimistic value taking into account that fewer than this stories may actually be available. */ @VisibleForTesting -internal const val CONTENT_RECOMMENDATIONS_TO_SHOW_COUNT = 30 +internal const val CONTENT_RECOMMENDATIONS_TO_SHOW_COUNT = 9 /** * Total count of all sponsored Pocket stories to show.