Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Fix @InstanceState calling order#1704

Merged
WonderCsabo merged 1 commit into
androidannotations:developandroidannotations/androidannotations:developfrom
WonderCsabo:1703_instanceStateCallOrderWonderCsabo/androidannotations:1703_instanceStateCallOrderCopy head branch name to clipboard
Feb 25, 2016
Merged

Fix @InstanceState calling order#1704
WonderCsabo merged 1 commit into
androidannotations:developandroidannotations/androidannotations:developfrom
WonderCsabo:1703_instanceStateCallOrderWonderCsabo/androidannotations:1703_instanceStateCallOrderCopy head branch name to clipboard

Conversation

@WonderCsabo

Copy link
Copy Markdown
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

dodgex commented Feb 25, 2016

Copy link
Copy Markdown
Member

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.