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

SpiceManager and fragments lifecycles #25

Closed
deM1d opened this issue Jul 2, 2014 · 0 comments
Closed

SpiceManager and fragments lifecycles #25

deM1d opened this issue Jul 2, 2014 · 0 comments

Comments

@deM1d
Copy link

deM1d commented Jul 2, 2014

Hi. I have simple case like this:
I have Fragment A and Fragment B. Each fragment has instance of SpiceManager. Problem is situation when I show all my fragments on Activity. I call SpiceManager.start(context) in the first Fragment, and call SpiceManager.start(context) in the second Fragment. It generates Exception "SpiceManager already started". Same case is SpiceManager.shouldStop(). Is there way to resolve this problem excepting way to move SpiceManager on "Activity level"??? Thanks.

@deM1d deM1d closed this as completed Jul 8, 2014
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

1 participant