Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore state of ReaderPostDetailFragment on onViewCreated instead of…
… onActivityCreated This fixes wordpress-mobile#14195 `onActivityCreated` is called after `onViewCreated`, so the state was being restored after the view was ready and the post was already loaded with the wrong id.
- Loading branch information