mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Bugfix: can't access property "setTrigger"
This commit is contained in:
parent
f69b1195e6
commit
28d09c1a5d
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ class AppUser extends AbstractApp {
|
|||
.fastResolve(true)
|
||||
.then(() => promise)
|
||||
.then(
|
||||
Remote.foldersReloadWithTimeout,
|
||||
() => Remote.foldersReloadWithTimeout(),
|
||||
errorCode => {
|
||||
FolderUserStore.folderListError(getNotification(errorCode, '', errorDefCode));
|
||||
Remote.foldersReloadWithTimeout();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue