Updated dependencies

This commit is contained in:
2024-03-23 23:38:20 +01:00
parent e7192008c0
commit 1374666858
9 changed files with 101 additions and 89 deletions

View File

@ -136,7 +136,10 @@ class _ChatListState extends State<ChatList> {
_query(renew: true);
return Future.delayed(const Duration(seconds: 3));
},
child: ListView(children: chats),
child: ListView(
padding: EdgeInsets.zero,
children: chats
),
);
},
),