TF-2302 Fix move folder
Signed-off-by: dab246 <tdvu@linagora.com> (cherry picked from commit 48a07750c00b10b01c54a65b5b44434d9aababec)
This commit is contained in:
@@ -869,7 +869,10 @@ class MailboxController extends BaseMailboxController with MailboxActionHandlerM
|
||||
actionIcon: SvgPicture.asset(_imagePaths.icUndo));
|
||||
}
|
||||
|
||||
_refreshMailboxChanges(currentMailboxState: success.currentMailboxState);
|
||||
_refreshMailboxChanges(
|
||||
currentMailboxState: success.currentMailboxState,
|
||||
properties: MailboxConstants.propertiesDefault
|
||||
);
|
||||
}
|
||||
|
||||
void _undoMovingMailbox(MoveMailboxRequest newMoveRequest) {
|
||||
|
||||
@@ -407,7 +407,10 @@ class SearchMailboxController extends BaseMailboxController with MailboxActionHa
|
||||
);
|
||||
}
|
||||
|
||||
_refreshMailboxChanges(mailboxState: success.currentMailboxState);
|
||||
_refreshMailboxChanges(
|
||||
mailboxState: success.currentMailboxState,
|
||||
properties: MailboxConstants.propertiesDefault
|
||||
);
|
||||
}
|
||||
|
||||
void _undoMovingMailbox(MoveMailboxRequest newMoveRequest) {
|
||||
|
||||
Reference in New Issue
Block a user