diff --git a/resources/qml/MobileMessageContextPopup.qml b/resources/qml/MobileMessageContextPopup.qml index 3f5e92e9..51d9639f 100644 --- a/resources/qml/MobileMessageContextPopup.qml +++ b/resources/qml/MobileMessageContextPopup.qml @@ -75,10 +75,9 @@ Item { to: "shown" SequentialAnimation { - NumberAnimation { + PropertyAction { targets: [popupRoot, popup, overlay] properties: "visible" - duration: 0 } ParallelAnimation { @@ -120,10 +119,9 @@ Item { } } - NumberAnimation { + PropertyAction { targets: [popupRoot, popup, overlay] properties: "visible" - duration: 0 } } }