File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
lib/chat/chat_room/common/view Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import '../../../events/view/chat_event_tile.dart';
1414import '../../../settings/settings_model.dart' ;
1515import '../../titlebar/chat_room_title_bar.dart' ;
1616import '../timeline_model.dart' ;
17- import 'chat_seen_by_indicator.dart' ;
1817
1918class ChatRoomTimelineList extends StatefulWidget
2019 with WatchItStatefulWidgetMixin {
@@ -116,13 +115,6 @@ class _ChatRoomTimelineListState extends State<ChatRoomTimelineList> {
116115 onReplyOriginClick: (event) => _jump (event),
117116 timeline: widget.timeline,
118117 ),
119- if (i == 0 )
120- ChatEventSeenByIndicator (
121- key: ValueKey (
122- '${event .eventId }${widget .timeline .events .length }' ,
123- ),
124- event: event,
125- ),
126118 ],
127119 ),
128120 ),
You can’t perform that action at this time.
0 commit comments