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

Cuando se recrea una activity/fragment no hay una "buena" forma de colgarse del onRestoreInstanceState #21

Open
4gus71n opened this issue Oct 13, 2015 · 0 comments
Labels

Comments

@4gus71n
Copy link

4gus71n commented Oct 13, 2015

Cuando se rota la pantalla, se recrea el fragment/activity, la unica forma de colgarse del onRestoreInstanceState de la Operation, es clavandole a nuestra Operation concreta una llamada a un metodo abstracto en el metodo onRestoreInstanceState, y posteriormente implementar dicho metodo a modo de callback en nuestro fragment/activity. Si el callback de onFinishOperation se ejecutara luego del onRestoreInstanceState sería idoneo.

@4gus71n 4gus71n added the bug label Oct 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant