Comment 3 for bug 1528668

Revision history for this message
MichaƂ Sawicz (saviq) wrote :

Adding this code:

  Text {
    text: "state: " + Qt.application.state + "\nactive: " + Qt.application.active
    onTextChanged: console.debug(text)
  }

At the end of /usr/share/dialer-app/dialer-app.qml indeed does show trouble, the application remains in "Inactive" state when in foreground (and active remains false).

I'll be reverting that change for now.