Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Commit 6c93d74

Browse files
committed
Activity.qml: Move Action Bar 's loader to top of another content holder
1 parent 89546fc commit 6c93d74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

QuickAndroid/Activity.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ FocusScope {
7171
anchors.rightMargin: 0
7272
anchors.left: parent.left
7373
anchors.leftMargin: 0
74+
z: contentHolder.z + 1;
7475
}
7576

7677
Item {

0 commit comments

Comments
 (0)