chore: naming
This commit is contained in:
parent
f19b16072d
commit
04dd2ac162
|
@ -303,7 +303,7 @@ class RightButtonsContainer extends Component<IRightButtonsProps, IRigthButtonsS
|
||||||
showActionSheet({ options });
|
showActionSheet({ options });
|
||||||
};
|
};
|
||||||
|
|
||||||
goToNotification = () => {
|
navigateToNotificationOrPushTroubleshoot = () => {
|
||||||
const { room } = this;
|
const { room } = this;
|
||||||
const { rid, navigation, isMasterDetail, issuesWithNotifications } = this.props;
|
const { rid, navigation, isMasterDetail, issuesWithNotifications } = this.props;
|
||||||
|
|
||||||
|
@ -390,7 +390,7 @@ class RightButtonsContainer extends Component<IRightButtonsProps, IRigthButtonsS
|
||||||
<HeaderButton.Item
|
<HeaderButton.Item
|
||||||
color={issuesWithNotifications ? colors!.fontDanger : colors!.headerTintColor}
|
color={issuesWithNotifications ? colors!.fontDanger : colors!.headerTintColor}
|
||||||
iconName='notification-disabled'
|
iconName='notification-disabled'
|
||||||
onPress={this.goToNotification}
|
onPress={this.navigateToNotificationOrPushTroubleshoot}
|
||||||
testID='room-view-push-troubleshoot'
|
testID='room-view-push-troubleshoot'
|
||||||
/>
|
/>
|
||||||
) : null}
|
) : null}
|
||||||
|
|
Loading…
Reference in New Issue