Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On-demand presenters do not survive process death #7

Closed
ghost opened this issue Nov 20, 2013 · 2 comments
Closed

On-demand presenters do not survive process death #7

ghost opened this issue Nov 20, 2013 · 2 comments

Comments

@ghost
Copy link

ghost commented Nov 20, 2013

Set a phone to have only one or two background activities
Run the sample app
Go to the chat screen and show the End dialog
Hit home and go to other apps until the sample app process dies
Choose the sample app from the recent apps list
No popup

@ghost ghost self-assigned this Nov 20, 2013
@ghost
Copy link
Author

ghost commented Nov 20, 2013

Problem is the recursive implementation of RealActivityScope#onCreate. It's job is to hold a copy of the cached lastSavedInstanceState bundle, and to recursively pass sub-bundles to its children. But it's called most of those children have actually been instantiated.

@ghost
Copy link
Author

ghost commented Nov 20, 2013

Derp. This is on a branch that hasn't been merged yet. So I guess I won't merge it.

@ghost ghost closed this as completed Nov 20, 2013
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants