mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 14:32:37 +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(
|
||||
milliseconds: 300),
|
||||
alignment: controller
|
||||
.filteredEvents
|
||||
.isNotEmpty &&
|
||||
controller
|
||||
.filteredEvents
|
||||
.first
|
||||
.senderId ==
|
||||
|
Loading…
Reference in New Issue
Block a user