* MM-25510 Increase post options long press delay to 250ms * Set delay to 200ms Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
parent
6d7749a098
commit
8fa67bd5b4
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