mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 14:32:37 +01:00
fix: Remove old workaround
This commit is contained in:
parent
2297195ba7
commit
fcc66d2820
@ -264,7 +264,6 @@ class _ChatListViewBody extends StatelessWidget {
|
||||
final rooms = List<Room>.from(Matrix.of(context).client.rooms)
|
||||
.where(controller.roomCheck)
|
||||
.toList();
|
||||
rooms.removeWhere((room) => room.lastEvent == null);
|
||||
if (rooms.isEmpty) {
|
||||
return Column(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
|
Loading…
Reference in New Issue
Block a user