mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Improve AppUser.bootstart
This commit is contained in:
parent
3c8cdcbb07
commit
9158fcd0eb
6 changed files with 81 additions and 118 deletions
|
|
@ -251,7 +251,7 @@ class ContactsPopupView extends AbstractViewPopup {
|
|||
}
|
||||
|
||||
syncCommand() {
|
||||
rl.app.contactsSync(iError => {
|
||||
ContactUserStore.sync(iError => {
|
||||
iError && alert(getNotification(iError));
|
||||
|
||||
this.reloadContactList(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue