Project

General

Profile

« Previous | Next » 

Revision 80ae684e

Added by Leszek Koltunski over 7 years ago

Some improvements for StarWars's behaviour after onPause(), but it doesn't really work yet.

Remaining 'onPause-buggy' apps: StarWars, Save.

View differences:

src/main/java/org/distorted/library/DistortedFramebuffer.java
165 165
    {
166 166
    // There are issues with this. Namely, if one
167 167
    // 1. creates a DObjectTree (somewhere else than onSurfaceCreated of constructor so it does not get re-created on re-launch)
168
    // 2. minimizes the app (here mList would be cleared)
168
    // 2. exits the app (here mList would be cleared)
169 169
    // 3. re-launches the app
170 170
    // 4. deletes some nodes
171 171
    // then the underlying Framebuffers will never be deleted!

Also available in: Unified diff