Bugfix: can't access property "setTrigger"

This commit is contained in:
djmaze 2021-03-22 15:20:59 +01:00
parent f69b1195e6
commit 28d09c1a5d

View file

@ -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();