8000 Fix @InstanceState calling order by WonderCsabo · Pull Request #1704 · androidannotations/androidannotations · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Conversation

@WonderCsabo
Copy link
Member

In some scenarios, state restoration was called after @AfterInject
methods are called. This commit fixes this issue by moving the restore
call to the dedicated injection block.

Fixes #1703.

In some scenarios, state restoration was called after @AfterInject
methods are called. This commit fixes this issue by moving the restore
call to the dedicated injection block.
@dodgex
Copy link
Member
dodgex commented Feb 25, 2016

code looks good, thank you for the fast fix :-)

WonderCsabo added a commit that referenced this pull request Feb 25, 2016
@WonderCsabo WonderCsabo merged commit 729874b into androidannotations:develop Feb 25, 2016
@WonderCsabo WonderCsabo deleted the 1703_instanceStateCallOrder branch February 25, 2016 22:57
@WonderCsabo WonderCsabo added this to the 4.0 milestone Feb 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

@InstanceState injects after @AfterInject methods

2 participants

0