TF-333 Create 2 mailbox with the same name in MailboxCreatorView
This commit is contained in:
@@ -294,7 +294,7 @@ class MailboxController extends BaseMailboxController {
|
||||
if (accountId != null) {
|
||||
final newMailboxArguments = await push(
|
||||
AppRoutes.MAILBOX_CREATOR,
|
||||
arguments: MailboxCreatorArguments(accountId, allMailboxes)
|
||||
arguments: MailboxCreatorArguments(accountId, defaultMailboxTree.value, folderMailboxTree.value)
|
||||
);
|
||||
|
||||
if (newMailboxArguments != null && newMailboxArguments is NewMailboxArguments) {
|
||||
|
||||
Reference in New Issue
Block a user