-
Notifications
You must be signed in to change notification settings - Fork 51
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
Switching to other activity and back not working #77
Comments
Some more info, the following was tried in the emulator. If I press the home button, and then re-activate the app, things work ok. However, if I press the back button and then re-activate it doesn't work. I think that in the first case the app get's paused, whereas in the later case it gets destroyed and created, and it is this that doesn't work. I placed I console log in the onDestroy method, and this log comes out when pressing the back button, which is how I draw this conclusion. Also, together with that log I see:
This is on destroy. On re-activating the app I see this trace:
But the screen is just empty. Let me know what you need more! |
After some fiddling around my intuition tells me that maybe this has something to do with the API version, but I could be completely wrong since I'm a noob when it comes to Android development. I am however able to reproduce the issue with a simple test that just creates a GLSurfaceView and I asked a question here about that: http://stackoverflow.com/questions/23999057/simple-glsurfaceview-test-crashes |
I'm also encounter this issue on Galaxy Tab 2 running Android 4.4.4 (Kitkat).
|
Hi,
As soon as I switch to another activity and back again the app Ejecta-X freezes. This happens both in the emulator and on my Nexus 7 tablet.
Sorry for the lack of further information, I'm happy to do more tests and provide what you need. What information would be useful for investigating this?
The text was updated successfully, but these errors were encountered: