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}
|
||||
/>
|
||||
{!ownedChannel && <SubscribeButton style={channelPageStyle.subscribeButton} uri={fullUri} name={name} />}
|
||||
{!ownedChannel && (
|
||||
{false && !ownedChannel && (
|
||||
<SubscribeNotificationButton
|
||||
style={[channelPageStyle.subscribeButton, channelPageStyle.bellButton]}
|
||||
uri={fullUri}
|
||||
|
|
|
@ -1073,7 +1073,7 @@ class FilePage extends React.PureComponent {
|
|||
hideText={false}
|
||||
/>
|
||||
)}
|
||||
{channelName && (
|
||||
{false && channelName && (
|
||||
<SubscribeNotificationButton
|
||||
style={[filePageStyle.actionButton, filePageStyle.bellButton]}
|
||||
uri={fullChannelUri}
|
||||
|
|
Loading…
Reference in a new issue