mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-16 17:09:31 +01:00
Fix chat list
This commit is contained in:
parent
02d2e062db
commit
c40a6bf834
@ -384,7 +384,7 @@ class _ChatListState extends State<ChatList> {
|
||||
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(
|
||||
|
Loading…
Reference in New Issue
Block a user