mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 07:57:02 +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)
|
.fastResolve(true)
|
||||||
.then(() => promise)
|
.then(() => promise)
|
||||||
.then(
|
.then(
|
||||||
Remote.foldersReloadWithTimeout,
|
() => Remote.foldersReloadWithTimeout(),
|
||||||
errorCode => {
|
errorCode => {
|
||||||
FolderUserStore.folderListError(getNotification(errorCode, '', errorDefCode));
|
FolderUserStore.folderListError(getNotification(errorCode, '', errorDefCode));
|
||||||
Remote.foldersReloadWithTimeout();
|
Remote.foldersReloadWithTimeout();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue