aboutsummaryrefslogtreecommitdiffstats
path: root/sysui
diff options
context:
space:
mode:
authorAleksei Korkov <akorkov@luxoft.com>2020-02-20 18:23:55 +0300
committerAleksei Korkov <akorkov@luxoft.com>2020-02-21 10:57:17 +0000
commitbe7a747a9826d55863c26bd22c41a5c85aa6ce15 (patch)
tree6f50801ad4a0911653a4110efc677152ecc4e02e /sysui
parenta38f8579e2919042d3d3909bf75e8c77c9c94ace (diff)
Fix short appearance "No Notification" on start Neptune
Fixes: AUTOSUITE-1492 Change-Id: Id3cbe18108a5331e65a34160393b72a9e44e8763 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
Diffstat (limited to 'sysui')
-rw-r--r--sysui/notification/NotificationCenter.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysui/notification/NotificationCenter.qml b/sysui/notification/NotificationCenter.qml
index f4a0ae1e..1dcb8c96 100644
--- a/sysui/notification/NotificationCenter.qml
+++ b/sysui/notification/NotificationCenter.qml
@@ -41,6 +41,8 @@ import shared.Style 1.0
Item {
id: root
+
+ state: "closed"
states: [
State {
when: root.incomingNoti
@@ -79,6 +81,7 @@ Item {
}
},
State {
+ name: "closed"
when: (!root.incomingNoti && !root.openNotificationCenter)
PropertyChanges {
target: root