fix: Empty timelines crashing the room view

onboarding
Sorunome 4 years ago
parent 9f7fcf31fe
commit 3c57e7349c

@ -305,9 +305,12 @@ class ChatView extends StatelessWidget {
milliseconds: 300),
alignment: controller
.filteredEvents
.first
.senderId ==
client.userID
.isNotEmpty &&
controller
.filteredEvents
.first
.senderId ==
client.userID
? Alignment.topRight
: Alignment.topLeft,
padding: EdgeInsets.only(

Loading…
Cancel
Save