Make handleShare use status.uri instead of status.url
This commit is contained in:
@@ -285,7 +285,7 @@ class ActionBar extends React.PureComponent<IActionBar, IActionBarState> {
|
||||
handleShare = () => {
|
||||
navigator.share({
|
||||
text: this.props.status.search_index,
|
||||
url: this.props.status.url,
|
||||
url: this.props.status.uri,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user