Skip to content

Commit f2abdc7

Browse files
committed
msglist: Remove HitTestBehavior.translucent on DmRecipientHeader
This seems unintended as the header should capture all clicks within its bounds.
1 parent 8440213 commit f2abdc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/widgets/message_list.dart

-1
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,6 @@ class DmRecipientHeader extends StatelessWidget {
665665
}
666666

667667
return GestureDetector(
668-
behavior: HitTestBehavior.translucent,
669668
onTap: () => Navigator.push(context,
670669
MessageListPage.buildRoute(context: context,
671670
narrow: DmNarrow.ofMessage(message, selfUserId: store.account.userId))),

0 commit comments

Comments
 (0)