slight change to show more emails when search
This commit is contained in:
parent
b19005585d
commit
e278643629
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user