Observed in #5780.
- Enable 'don't keep activities'
- Start new post, upload media
- While media is uploading, background the app (don't leave the editor)
- Wait for upload to complete
- The post is updated asynchronously, and the store copy of the store is updated
- Re-open the app
- The editor is recreated, but uses the
PostModel it saved in onSaveInstanceState(), which doesn't have the updated post with the remote media URL
We should change EditPostActivity to try and fetch the latest copy from the PostStore if it's restoring a post from saved state.