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

Loader gets reset after returning from "child" Activity #3

Closed
chriswiesner opened this issue Jun 17, 2016 · 3 comments
Closed

Loader gets reset after returning from "child" Activity #3

chriswiesner opened this issue Jun 17, 2016 · 3 comments

Comments

@chriswiesner
Copy link

Steps to reproduce:

having an Activity with Presenter-Loader. Loader behaves correctly on orientation change. But:
having the Activity in Portrait, calling/starting another Activity that is forced to landscape and the returning back from this activity lets the Loadermanager reset the loader and the Presenter does not survive.

Has anybody else experienced that issue?

@chriswiesner
Copy link
Author

just found out that this could be due to: https://code.google.com/p/android/issues/detail?id=200927

which should be fixed in support lib 24.0.0

i'll check that

@czyrux
Copy link
Owner

czyrux commented Jun 18, 2016

thanks for reporting and linking the google issue.

Yes, I can confirm that this is an issue and, unfortunately, something that make this approach no so convenient.

Lets keep an eye on the open bug.

@chriswiesner
Copy link
Author

i can confirm that support lib 24.0.0 fixed the issue.

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

2 participants