MM-31114 fix: regression for in: autocomplete modifier in search screen (#5009)
This commit is contained in:
parent
5874e58dd1
commit
c3b3d0239f
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ const ChannelMentionItem = (props) => {
|
|||
component = (
|
||||
<TouchableWithFeedback
|
||||
key={channelId}
|
||||
onPress={this.completeMention}
|
||||
onPress={completeMention}
|
||||
style={margins}
|
||||
underlayColor={changeOpacity(theme.buttonBg, 0.08)}
|
||||
type={'native'}
|
||||
|
|
|
|||
Loading…
Reference in a new issue