fix: Empty timelines crashing the room view

onboarding
Sorunome 4 years ago
parent 9f7fcf31fe
commit 3c57e7349c

@ -304,6 +304,9 @@ class ChatView extends StatelessWidget {
: Duration(
milliseconds: 300),
alignment: controller
.filteredEvents
.isNotEmpty &&
controller
.filteredEvents
.first
.senderId ==

Loading…
Cancel
Save