Skip to content

Synchronize Contacts on connected

Simon Redman requested to merge sredman/kdeconnect-kde:contacts-connected into master

Summary

Move the request to synchronize contacts to the connected() method so that the packet doesn't get lost

This is tricky to test, but it seems more reliable than before

Test Plan

Before:

Sometimes when the desktop and the phone were connected the contacts would not get synchronized

After:

After a few tries, I saw the message that the contacts were synchronized 100% of the time, so at least things don't seem to be any worse!

Merge request reports