chore: Follow up select events

pull/525/head
krille-chan 2 years ago
parent d05e0b0f92
commit 6445833283
No known key found for this signature in database

@ -126,7 +126,7 @@ class ChatEventList extends StatelessWidget {
onSelect: controller.onSelectMessage,
scrollToEventId: (String eventId) =>
controller.scrollToEventId(eventId),
longPressSelect: controller.selectedEvents.isEmpty,
longPressSelect: controller.selectedEvents.isNotEmpty,
selected: controller.selectedEvents
.any((e) => e.eventId == event.eventId),
timeline: controller.timeline!,

Loading…
Cancel
Save