Commit ac249914 authored by Filip Matijević's avatar Filip Matijević

[notifications] remove call to missing notificationPreviewPresenter.setNotificationPreviewRect

parent c7ce5307
...@@ -66,9 +66,6 @@ Item { ...@@ -66,9 +66,6 @@ Item {
StateChangeScript { StateChangeScript {
name: "notificationShown" name: "notificationShown"
script: { script: {
var topLeft = notificationPreview.mapToItem(notificationWindow, 0, 0)
var bottomRight = notificationPreview.mapToItem(notificationWindow, notificationPreview.width, notificationPreview.height)
notificationPreviewPresenter.setNotificationPreviewRect(topLeft.x, topLeft.y, bottomRight.x, bottomRight.y)
notificationTimer.start() notificationTimer.start()
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment