TF-1074 Handle go to path /identity_creator
This commit is contained in:
@@ -53,6 +53,7 @@ class MailboxCreatorController extends BaseController {
|
||||
@override
|
||||
void onReady() {
|
||||
super.onReady();
|
||||
log('MailboxCreatorController::onReady(): ');
|
||||
if (arguments != null) {
|
||||
folderMailboxTree = arguments!.folderMailboxTree;
|
||||
defaultMailboxTree = arguments!.defaultMailboxTree;
|
||||
|
||||
@@ -37,7 +37,6 @@ class MailboxCreatorView extends GetWidget<MailboxCreatorController> {
|
||||
controller.arguments = arguments;
|
||||
controller.onCreatedMailboxCallback = onCreatedMailboxCallback;
|
||||
controller.onDismissMailboxCreator = onDismissCallback;
|
||||
controller.onInit();
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user