(cherry picked from commit 91ff9b7480)
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
parent
94d5501d05
commit
a239773ffb
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