Added contacts.sync_interval = 20 setting in application.ini (Closed #150)

This commit is contained in:
RainLoop Team 2014-05-07 01:35:12 +04:00
parent d08689759d
commit 40d2548a53
14 changed files with 22 additions and 89 deletions

View file

@ -312,9 +312,7 @@ function PopupsContactsViewModel()
}
self.reloadContactList(true);
}, true);
this.contacts.skipNextSync = true;
});
}, function () {
return !this.contacts.syncing() && !this.contacts.importing();