forked from Ivasoft/mattermost-mobile
changed location to sourceScreen in post.tsx
This commit is contained in:
@@ -171,7 +171,7 @@ const Post = ({
|
||||
}
|
||||
|
||||
Keyboard.dismiss();
|
||||
const passProps = {location, post, showAddReaction};
|
||||
const passProps = {sourceScreen: location, post, showAddReaction};
|
||||
const title = isTablet ? intl.formatMessage({id: 'post.options.title', defaultMessage: 'Options'}) : '';
|
||||
|
||||
if (isTablet) {
|
||||
|
||||
Reference in New Issue
Block a user