chore: Follow up select events
This commit is contained in:
parent
d05e0b0f92
commit
6445833283
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ class ChatEventList extends StatelessWidget {
|
||||||
onSelect: controller.onSelectMessage,
|
onSelect: controller.onSelectMessage,
|
||||||
scrollToEventId: (String eventId) =>
|
scrollToEventId: (String eventId) =>
|
||||||
controller.scrollToEventId(eventId),
|
controller.scrollToEventId(eventId),
|
||||||
longPressSelect: controller.selectedEvents.isEmpty,
|
longPressSelect: controller.selectedEvents.isNotEmpty,
|
||||||
selected: controller.selectedEvents
|
selected: controller.selectedEvents
|
||||||
.any((e) => e.eventId == event.eventId),
|
.any((e) => e.eventId == event.eventId),
|
||||||
timeline: controller.timeline!,
|
timeline: controller.timeline!,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue