show blocked message for blacklisted content #313

Merged
akinwale merged 1 commit from blacklist into master 2018-09-25 15:47:17 +02:00
akinwale commented 2018-09-24 15:20:40 +02:00 (Migrated from github.com)
No description provided.
skhameneh (Migrated from github.com) reviewed 2018-09-24 15:20:40 +02:00
neb-b (Migrated from github.com) requested changes 2018-09-25 07:53:07 +02:00
neb-b (Migrated from github.com) left a comment

As discussed earlier. The blacklist code should probably be in lbryinc, we could also use a selector makeSelectUriIsBlacklisted

As discussed earlier. The blacklist code should probably be in `lbryinc`, we could also use a selector `makeSelectUriIsBlacklisted`
@ -470,0 +370,4 @@
this.state.isLandscape ? filePageStyle.containedPlayerLandscape :
(this.state.fullscreenMode ? filePageStyle.fullscreenPlayer : filePageStyle.containedPlayer)];
const playerBgStyle = [filePageStyle.playerBackground, this.state.fullscreenMode ?
filePageStyle.fullscreenPlayerBackground : filePageStyle.containedPlayerBackground];
neb-b (Migrated from github.com) commented 2018-09-25 07:51:35 +02:00

This should probably be in a selector in lbryinc. The app has the same code.

This should probably be in a selector in lbryinc. The app has the same code.
alyssaoc commented 2018-09-25 16:42:59 +02:00 (Migrated from github.com)

fixes #289

fixes #289
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-android#313
No description provided.