Skip to content
Snippets Groups Projects
Commit 4a3a49b0 authored by Liam Coursodon's avatar Liam Coursodon Committed by Adrien Béraud
Browse files

Connection monitoring: load result at start and not after 1s

Change-Id: I1dc7144a6cec4f6250a68d2a8ce8228012b030fd
parent 4342b905
No related branches found
No related tags found
No related merge requests found
......@@ -109,6 +109,10 @@ ListView {
model: ConnectionInfoListModel
Component.onCompleted: {
ContactAdapter.updateConnectionInfo();
}
Timer {
interval: 1000
running: root.visible
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment