improvement.

merge-requests/70/head
Sikander Saleem 3 years ago
parent ccb89584e2
commit 7f2aa4415d

@ -83,12 +83,11 @@ class _ChatHomeScreenState extends State<ChatHomeScreen> {
),
if (m.searchedChats != null)
ListView.separated(
itemCount: m.searchedChats!.length + 20,
itemCount: m.searchedChats!.length,
padding: const EdgeInsets.only(bottom: 80),
shrinkWrap: true,
physics: const NeverScrollableScrollPhysics(),
itemBuilder: (BuildContext context, int index) {
index = 0;
return SizedBox(
height: 55,
// todo @aamir, remove list tile, make a custom ui instead

Loading…
Cancel
Save