({
route,
}: {
+route: NavigationRoute<'ThreadSettingsNotifications'>,
...
})
| 394 | headerBackTitleVisible: false, |
| 395 | }; |
| 396 | const threadSettingsNotificationsOptions = ({ |
| 397 | route, |
| 398 | }: { |
| 399 | +route: NavigationRoute<'ThreadSettingsNotifications'>, |
| 400 | ... |
| 401 | }) => ({ |
| 402 | headerTitle: threadIsSidebar(route.params.threadInfo) |
| 403 | ? threadSettingsNotificationsCopy.SIDEBAR_TITLE |
| 404 | : threadSettingsNotificationsCopy.CHANNEL_TITLE, |
| 405 | headerBackTitleVisible: false, |
| 406 | }); |
| 407 | const changeRolesScreenOptions = ({ |
| 408 | route, |
| 409 | }: { |
nothing calls this directly
no test coverage detected