changed location to sourceScreen in post.tsx

This commit is contained in:
Avinash Lingaloo
2022-04-20 18:05:44 +04:00
parent efbccbb710
commit 0c20bd7e73

View File

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