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:
Elias Nahum 2020-05-26 19:45:30 -04:00 committed by GitHub
parent 1568e08055
commit 43f1e5113c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}
>