Skip to content

Android Activities can resume with some or all of the UI object state…#798

Merged
inclement merged 1 commit intokivy:masterfrom
kollivier:loadingscreen_fix
Jun 23, 2016
Merged

Android Activities can resume with some or all of the UI object state…#798
inclement merged 1 commit intokivy:masterfrom
kollivier:loadingscreen_fix

Conversation

@kollivier
Copy link
Contributor

… cached in the Bundle instance, so it's possible for showLoadingScreen to be called when mLayout is already created and has the mImageView attached. Only attempt to assign to mLayout if there isn't already an mImageView. This fixes #797. Also, don't try to create the loading screen twice on startup.

… cached in the Bundle instance, so it's possible for showLoadingScreen to be called when mLayout is already created and has the mImageView attached. Only attempt to assign to mLayout if there isn't already an mImageView. This fixes kivy#797.
@inclement inclement merged commit 794b6ea into kivy:master Jun 23, 2016
@inclement
Copy link
Member

Thanks 👍

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

Successfully merging this pull request may close these issues.

On resume crash in SDL2 bootstrap

2 participants