|
@@ -73,7 +73,7 @@ class _HomeScreenState extends State<HomeScreen> with TickerProviderStateMixin {
|
|
|
// ),
|
|
|
// );
|
|
|
return FutureBuilder<List<SerializableMessage>>(
|
|
|
- future: apiService.sonicSearch("INBOX", 10, 0, query),
|
|
|
+ future: apiService.sonicSearch("INBOX", 50, 0, query),
|
|
|
builder: (BuildContext context,
|
|
|
AsyncSnapshot<List<SerializableMessage>> snapshot) {
|
|
|
if (snapshot.connectionState == ConnectionState.waiting) {
|