mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-06 20:19:30 +01:00
Merge branch 'soru/empty-room' into 'main'
fix: Empty timelines crashing the room view See merge request famedly/fluffychat!488
This commit is contained in:
commit
ff45b17227
@ -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