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

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

Merged
merged 1 commit into from
Jun 23, 2016

Commits on Jun 20, 2016

  1. Android Activities can resume with some or all of the UI object state…

    … 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.
    kollivier committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    c71cde9 View commit details
    Browse the repository at this point in the history