diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-02 23:20:56 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-02 23:20:56 +0200 |
commit | b1df4625c1613137c2c8e2a43c81b3441661615c (patch) | |
tree | 5d0de6d7d8ec55b2b1f785a3da7796cc14bc6a36 /framework | |
parent | 2c02bfce315dd54ccb319f55256a7da47bc2ca42 (diff) | |
download | kube-b1df4625c1613137c2c8e2a43c81b3441661615c.tar.gz kube-b1df4625c1613137c2c8e2a43c81b3441661615c.zip |
Fixed triggering of DAV sync
Diffstat (limited to 'framework')
-rw-r--r-- | framework/qml/People.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/framework/qml/People.qml b/framework/qml/People.qml index 7f36193e..f4285f24 100644 --- a/framework/qml/People.qml +++ b/framework/qml/People.qml | |||
@@ -30,12 +30,6 @@ Item { | |||
30 | 30 | ||
31 | property var currentContact | 31 | property var currentContact |
32 | 32 | ||
33 | onVisibleChanged: { | ||
34 | if (visible) { | ||
35 | Kube.Fabric.postMessage(Kube.Messages.synchronize, {"type": "contacts"}); | ||
36 | } | ||
37 | } | ||
38 | |||
39 | Item { | 33 | Item { |
40 | id: peopleRoot | 34 | id: peopleRoot |
41 | 35 | ||