MM-25510 Increase post options long press delay to 200ms (#4346)
* MM-25510 Increase post options long press delay to 250ms * Set delay to 200ms
This commit is contained in:
parent
1568e08055
commit
43f1e5113c
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ export default class Post extends PureComponent {
|
|||
<TouchableWithFeedback
|
||||
onPress={this.handlePress}
|
||||
onLongPress={this.showPostOptions}
|
||||
delayLongPress={100}
|
||||
delayLongPress={200}
|
||||
underlayColor={changeOpacity(theme.centerChannelColor, 0.1)}
|
||||
cancelTouchOnPanning={true}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue