diff --git a/app/views/RoomsListView/index.tsx b/app/views/RoomsListView/index.tsx
index 343a2d8e2..c5b2639d6 100644
--- a/app/views/RoomsListView/index.tsx
+++ b/app/views/RoomsListView/index.tsx
@@ -465,7 +465,7 @@ class RoomsListView extends React.Component
@@ -787,7 +787,7 @@ class RoomsListView extends React.Component {
+ navigateToPushTroubleshootView = () => {
const { navigation, isMasterDetail } = this.props;
if (isMasterDetail) {
navigation.navigate('ModalStackNavigator', { screen: 'PushTroubleshootView' });
diff --git a/app/views/UserNotificationPreferencesView/index.tsx b/app/views/UserNotificationPreferencesView/index.tsx
index 35bcda245..9d7a66600 100644
--- a/app/views/UserNotificationPreferencesView/index.tsx
+++ b/app/views/UserNotificationPreferencesView/index.tsx
@@ -71,7 +71,7 @@ const UserNotificationPreferencesView = () => {
}
};
- const goPushTroubleshoot = () => {
+ const navigateToPushTroubleshootView = () => {
if (isMasterDetail) {
navigation.navigate('ModalStackNavigator', { screen: 'PushTroubleshootView' });
} else {
@@ -116,7 +116,7 @@ const UserNotificationPreferencesView = () => {