update the link to push notification
This commit is contained in:
parent
c832088d89
commit
f515f750b4
|
@ -48,7 +48,7 @@ const PushTroubleshootView = ({ navigation }: IPushTroubleshootViewProps): JSX.E
|
||||||
}, [navigation]);
|
}, [navigation]);
|
||||||
|
|
||||||
const openNotificationDocumentation = async () => {
|
const openNotificationDocumentation = async () => {
|
||||||
await Linking.openURL('https://docs.rocket.chat/use-rocket.chat/rocket.chat-mobile/push-notifications');
|
await Linking.openURL('https://go.rocket.chat/i/push-notifications');
|
||||||
};
|
};
|
||||||
|
|
||||||
const alertDeviceNotificationSettings = () => {
|
const alertDeviceNotificationSettings = () => {
|
||||||
|
|
Loading…
Reference in New Issue