MM-30185 Fix bad permalink reference for saved posts screen (#4938)

This commit is contained in:
Elias Nahum 2020-11-02 13:22:05 -03:00 committed by GitHub
parent 03409f8b44
commit 91ff9b7480
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = () => {