diff --git a/app/components/post_draft/post_input/post_input.js b/app/components/post_draft/post_input/post_input.js index a106ddef6..c0de384ef 100644 --- a/app/components/post_draft/post_input/post_input.js +++ b/app/components/post_draft/post_input/post_input.js @@ -74,6 +74,8 @@ export default class PostInput extends PureComponent { if (Platform.OS === 'android') { Keyboard.removeListener('keyboardDidHide', this.handleAndroidKeyboard); } + + this.changeDraft(this.getValue()); } blur = () => {