Code review comment for lp:~ricmm/unity-mir/extend_lifecycle_mir

Revision history for this message
Gerry Boland (gerboland) wrote :

You're still not stopping the timer, if application is set to running again, or if application stops while timer is running. So add

m_suspendTimer->stop() inside the "case Application::Running" and Stopped.

Albert has a few comments too, can you address those please.

« Back to merge proposal