mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-04-09 17:38:14 +02: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…
x
Reference in New Issue
Block a user