Explorar o código

slight change to show more emails when search

juan hai 1 mes
pai
achega
e278643629
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/home_page.dart

+ 1 - 1
lib/home_page.dart

@@ -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) {