Skip to content

Commit

Permalink
Merge pull request #34134 from Pujan92/fix/33064
Browse files Browse the repository at this point in the history
Fix: Emoji skin tone is not updated when changing skin tone while suggestion list is open
  • Loading branch information
bondydaa authored Jan 11, 2024
2 parents 8a559fd + e902c72 commit 9f67373
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function BaseAutoCompleteSuggestions<TSuggestion>(
keyExtractor={keyExtractor}
removeClippedSubviews={false}
showsVerticalScrollIndicator={innerHeight > rowHeight.value}
extraData={highlightedSuggestionIndex}
extraData={[highlightedSuggestionIndex, renderSuggestionMenuItem]}
/>
</ColorSchemeWrapper>
</Animated.View>
Expand Down

0 comments on commit 9f67373

Please sign in to comment.