Skip to content

Commit

Permalink
Merge pull request #3322 from MerginMaps/notification-popup
Browse files Browse the repository at this point in the history
make sure notifications are always on top
  • Loading branch information
tomasMizera committed Apr 17, 2024
2 parents 75f1c84 + f73c2ff commit 4722ec0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/qml/components/MMNotificationView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Item {
implicitHeight: ApplicationWindow.window?.height ?? 0
implicitWidth: ApplicationWindow.window?.width ?? 0

// Make sure it is always rendered in front of everything else in the scene, including popups
parent: Overlay.overlay
z: 1

Repeater {
id: repeater

Expand Down
1 change: 0 additions & 1 deletion app/qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,6 @@ ApplicationWindow {
}
}

// Should be the top-most visual item
MMNotificationView {}

MMListDrawer {
Expand Down

1 comment on commit 4722ec0

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 24.04.592811 just submitted!

Please sign in to comment.