commit 304d81b2cfb55193b8ce1db2fcf99a9a40d3c4de
parent 15807166d066eefe7dd4c53c6be7ec8b93347969
Author: Devota Aabel <daabel@mozilla.com>
Date: Wed, 10 Dec 2025 20:23:17 +0000
Bug 2004076- Update number of stories to show to 30. r=gl,android-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D275691
Diffstat:
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 = 9
+internal const val CONTENT_RECOMMENDATIONS_TO_SHOW_COUNT = 30
/**
* Total count of all sponsored Pocket stories to show.