MM-42699 Fix tap state for posts
This commit is contained in:
parent
52da02bc7d
commit
98d7ca6ea4
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue