Skip to content

Commit

Permalink
Merge pull request #22680 from GItGudRatio/fix/22504-no-scrolling
Browse files Browse the repository at this point in the history
fix iOS: No scrolling for "No results found" in EmojiPickerList
  • Loading branch information
puneetlath authored Jul 13, 2023
2 parents 9b205fb + 0e7f151 commit 2d05d2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/EmojiPicker/EmojiPickerMenu/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ class EmojiPickerMenu extends Component {
removeClippedSubviews={false}
contentContainerStyle={styles.flexGrow1}
ListEmptyComponent={<Text style={[styles.disabledText]}>{this.props.translate('common.noResultsFound')}</Text>}
alwaysBounceVertical={this.state.filteredEmojis.length !== 0}
/>
<EmojiSkinToneList
updatePreferredSkinTone={this.updatePreferredSkinTone}
Expand Down

0 comments on commit 2d05d2e

Please sign in to comment.