MM-30185 Fix bad permalink reference for saved posts screen (#4938)
This commit is contained in:
parent
03409f8b44
commit
91ff9b7480
1 changed files with 2 additions and 1 deletions
|
|
@ -112,9 +112,10 @@ export default class FlaggedPosts extends PureComponent {
|
|||
keyExtractor = (item) => item;
|
||||
|
||||
previewPost = (post) => {
|
||||
const {showPermalink} = this.props.actions;
|
||||
Keyboard.dismiss();
|
||||
|
||||
this.showPermalinkView(post.id, false);
|
||||
showPermalink(this.context.intl, '', post.id, false);
|
||||
};
|
||||
|
||||
renderEmpty = () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue