do not display notification bell button
This commit is contained in:
parent
5e67cbe9ce
commit
1a190fb0fe
2 changed files with 2 additions and 2 deletions
|
@ -291,7 +291,7 @@ class ChannelPage extends React.PureComponent {
|
||||||
onPress={this.onSharePressed}
|
onPress={this.onSharePressed}
|
||||||
/>
|
/>
|
||||||
{!ownedChannel && <SubscribeButton style={channelPageStyle.subscribeButton} uri={fullUri} name={name} />}
|
{!ownedChannel && <SubscribeButton style={channelPageStyle.subscribeButton} uri={fullUri} name={name} />}
|
||||||
{!ownedChannel && (
|
{false && !ownedChannel && (
|
||||||
<SubscribeNotificationButton
|
<SubscribeNotificationButton
|
||||||
style={[channelPageStyle.subscribeButton, channelPageStyle.bellButton]}
|
style={[channelPageStyle.subscribeButton, channelPageStyle.bellButton]}
|
||||||
uri={fullUri}
|
uri={fullUri}
|
||||||
|
|
|
@ -1073,7 +1073,7 @@ class FilePage extends React.PureComponent {
|
||||||
hideText={false}
|
hideText={false}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{channelName && (
|
{false && channelName && (
|
||||||
<SubscribeNotificationButton
|
<SubscribeNotificationButton
|
||||||
style={[filePageStyle.actionButton, filePageStyle.bellButton]}
|
style={[filePageStyle.actionButton, filePageStyle.bellButton]}
|
||||||
uri={fullChannelUri}
|
uri={fullChannelUri}
|
||||||
|
|
Loading…
Add table
Reference in a new issue