Comment 0 for bug 1372654

Revision history for this message
Renato Araujo Oliveira Filho (renatofilho) wrote :

The value of Qt.Application.active is changing 3 times when leaving the app.

the values are: false -> true ->false
instead of only: false

I saw this message with the same values on my app log:
UbuntuWindow::handleSurfaceFocusChange(focused=false)
qml: Qt.Application.active is false
UbuntuWindow::handleSurfaceFocusChange(focused=true)
qml: Qt.Application.active is true
UbuntuWindow::handleSurfaceFocusChange(focused=false)
qml: Qt.Application.active is false