Fix dmca report route #54

Merged
tzarebczan merged 1 commit from fix-dmca-report into master 2019-10-11 15:11:02 +02:00
Showing only changes of commit d16e4b7f69 - Show all commits

View file

@ -973,7 +973,7 @@ class FilePage extends React.PureComponent {
style={[filePageStyle.actionButton, filePageStyle.reportButton]}
theme={'light'}
icon={'flag'}
onPress={() => Linking.openURL(`https://lbry.com/dmca?claim_id=${claim.claim_id}`)}
onPress={() => Linking.openURL(`https://lbry.com/dmca/${claim.claim_id}`)}
/>
<Button
style={[filePageStyle.actionButton, filePageStyle.tipButton]}