Public bug reported:

On latest rc-proposed:

1) Launch an app
2) While it's launching, enter right-edge spread and swipe the spawning app up, 
causing it to close
3) Wait, and watch the app appear again

I've looked into qtmir slightly and I have a guess, but I'm not super
familiar with the code and lifecycles.  I'd *guess* that
Application::onSessionStateChanged needs its final few lines to switch
from:

        } else {
            setInternalState(InternalState::StoppedResumable);
        }

to

        } else if (m_state != InternalState::Stopped) {
            setInternalState(InternalState::StoppedResumable);
        }

But it needs more investigation.

Gerry said to pass on to Daniel.

current build number: 321
device name: krillin
channel: ubuntu-touch/rc-proposed/bq-aquaris.en
last update: 2016-04-27 02:59:26
version version: 321
version ubuntu: 20160427
version device: 20160329-a9bacdb
version custom: 20160324--36-54-vivid

** Affects: qtmir (Ubuntu)
     Importance: High
     Assignee: Daniel d'Andrada (dandrader)
         Status: Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1575577

Title:
  App respawns if manually closed while it's launching

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtmir/+bug/1575577/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to