fix: Empty timelines crashing the room view

This commit is contained in:
Sorunome 2021-08-15 19:44:38 +02:00
parent f8475a4a3b
commit 2c6b962c37
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C
1 changed files with 6 additions and 3 deletions

View File

@ -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(