fix: Remove old workaround
This commit is contained in:
parent
23cceff9b6
commit
55c0fa889f
1 changed files with 0 additions and 1 deletions
|
|
@ -264,7 +264,6 @@ class _ChatListViewBody extends StatelessWidget {
|
||||||
final rooms = List<Room>.from(Matrix.of(context).client.rooms)
|
final rooms = List<Room>.from(Matrix.of(context).client.rooms)
|
||||||
.where(controller.roomCheck)
|
.where(controller.roomCheck)
|
||||||
.toList();
|
.toList();
|
||||||
rooms.removeWhere((room) => room.lastEvent == null);
|
|
||||||
if (rooms.isEmpty) {
|
if (rooms.isEmpty) {
|
||||||
return Column(
|
return Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue