mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-06 20:19:30 +01:00
fix: Empty timelines crashing the room view
This commit is contained in:
parent
f8475a4a3b
commit
2c6b962c37
@ -304,6 +304,9 @@ class ChatView extends StatelessWidget {
|
|||||||
: Duration(
|
: Duration(
|
||||||
milliseconds: 300),
|
milliseconds: 300),
|
||||||
alignment: controller
|
alignment: controller
|
||||||
|
.filteredEvents
|
||||||
|
.isNotEmpty &&
|
||||||
|
controller
|
||||||
.filteredEvents
|
.filteredEvents
|
||||||
.first
|
.first
|
||||||
.senderId ==
|
.senderId ==
|
||||||
|
Loading…
Reference in New Issue
Block a user