We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972d323 commit 60c6fbfCopy full SHA for 60c6fbf
packages/smooth_app/lib/query/random_questions_query.dart
@@ -16,7 +16,7 @@ class RandomQuestionsQuery extends QuestionsQuery {
16
user: ProductQuery.getReadUser(),
17
countries: <OpenFoodFactsCountry>[ProductQuery.getCountry()],
18
count: count,
19
- questionOrder: RobotoffQuestionOrder.random,
+ questionOrder: RobotoffQuestionOrder.popularity,
20
);
21
22
if (result.questions?.isNotEmpty != true) {
0 commit comments