Skip to content

Commit c30e85d

Browse files
committed
Fix esc/back key not closing the QFieldCloud push/synchronize popup
1 parent a37d260 commit c30e85d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/qml/qgismobileapp.qml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4153,6 +4153,8 @@ ApplicationWindow {
41534153

41544154
width: parent.width
41554155
height: parent.height
4156+
4157+
Component.onCompleted: focusstack.addFocusTaker(this)
41564158
}
41574159

41584160
QFieldCloudPackageLayersFeedback {

0 commit comments

Comments
 (0)