forked from Ivasoft/mattermost-mobile
MM-42699 Fix tap state for posts
This commit is contained in:
@@ -91,6 +91,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => {
|
||||
flexDirection: 'column',
|
||||
},
|
||||
rightColumnPadding: {paddingBottom: 3},
|
||||
touchableContainer: {marginHorizontal: -20, paddingHorizontal: 20},
|
||||
};
|
||||
});
|
||||
|
||||
@@ -274,6 +275,7 @@ const Post = ({
|
||||
onPress={handlePress}
|
||||
onLongPress={showPostOptions}
|
||||
underlayColor={changeOpacity(theme.centerChannelColor, 0.1)}
|
||||
style={styles.touchableContainer}
|
||||
>
|
||||
<>
|
||||
<PreHeader
|
||||
|
||||
Reference in New Issue
Block a user