diff --git a/app/screens/settings/notification_settings_mentions_keywords/__snapshots__/notification_settings_mentions_keywords.test.js.snap b/app/screens/settings/notification_settings_mentions_keywords/__snapshots__/notification_settings_mentions_keywords.test.js.snap index 88e21ce3f..593d4000a 100644 --- a/app/screens/settings/notification_settings_mentions_keywords/__snapshots__/notification_settings_mentions_keywords.test.js.snap +++ b/app/screens/settings/notification_settings_mentions_keywords/__snapshots__/notification_settings_mentions_keywords.test.js.snap @@ -193,7 +193,6 @@ NotificationSettingsMentionsKeywords { { popTopScreen(); }; @@ -48,10 +58,6 @@ export default class NotificationSettingsMentionsKeywords extends PureComponent return this.setState({keywords}); }; - componentDidDisappear() { - this.props.onBack(this.state.keywords); - } - render() { const {theme, isLandscape} = this.props; const {keywords} = this.state; @@ -66,7 +72,6 @@ export default class NotificationSettingsMentionsKeywords extends PureComponent >