do not display notification bell button

This commit is contained in:
Akinwale Ariwodola 2019-12-03 15:07:40 +01:00
parent 5e67cbe9ce
commit 1a190fb0fe
2 changed files with 2 additions and 2 deletions

View file

@ -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}

View file

@ -1073,7 +1073,7 @@ class FilePage extends React.PureComponent {
hideText={false}
/>
)}
{channelName && (
{false && channelName && (
<SubscribeNotificationButton
style={[filePageStyle.actionButton, filePageStyle.bellButton]}
uri={fullChannelUri}