Skip to content

Commit

Permalink
fix open conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryskoda committed Oct 25, 2024
1 parent c80c528 commit 28f31af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/ConversationListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ const ConversationListItem = memo(function ConversationListItem({
<TouchableHighlight
underlayColor={clickedItemBackgroundColor(colorScheme)}
delayPressIn={75}
onPress={openConversation}
onLongPress={onLongPress}
style={{
backgroundColor: selected
Expand Down

0 comments on commit 28f31af

Please sign in to comment.