diff --git a/src/screens/editor/container/editorContainer.js b/src/screens/editor/container/editorContainer.js index 83064957c..a58c6112e 100644 --- a/src/screens/editor/container/editorContainer.js +++ b/src/screens/editor/container/editorContainer.js @@ -274,6 +274,8 @@ class EditorContainer extends Component { 0, ) .then(() => { + setDraftPost({ title: '', body: '', tags: '' }, currentAccount.name); + dispatch( toastNotification( intl.formatMessage({ @@ -284,8 +286,6 @@ class EditorContainer extends Component { this.setState({ isPostSending: false }); - setDraftPost({ title: '', body: '', tags: '' }, currentAccount.name); - navigation.navigate({ routeName: ROUTES.SCREENS.POST, params: {