We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373cfb7 commit 80b83e8Copy full SHA for 80b83e8
lib/widgets/message_list.dart
@@ -584,7 +584,7 @@ class MessageListAppBarTitle extends StatelessWidget {
584
behavior: HitTestBehavior.translucent,
585
onLongPress: () {
586
final someMessage = MessageListPage.ancestorOf(context)
587
- .model?.messages.firstOrNull;
+ .model?.messages.lastOrNull;
588
// If someMessage is null, the topic action sheet won't have a
589
// resolve/unresolve button. That seems OK; in that case we're
590
// either still fetching messages (and the user can reopen the
0 commit comments