From c40a6bf834a61d3fcbb338c71c49c318758a716f Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Mon, 27 Apr 2020 13:29:02 +0000 Subject: [PATCH] Fix chat list --- lib/views/chat_list.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/chat_list.dart b/lib/views/chat_list.dart index 9bf086d..d47f1fe 100644 --- a/lib/views/chat_list.dart +++ b/lib/views/chat_list.dart @@ -384,7 +384,7 @@ class _ChatListState extends State { final int totalCount = rooms.length + publicRoomsCount; return ListView.separated( separatorBuilder: (BuildContext context, int i) => - i == totalCount - publicRoomsCount - 1 + i == totalCount - publicRoomsCount ? Material( elevation: 2, child: ListTile(