TF-1074 Handle go to path /identity_creator

This commit is contained in:
dab246
2022-10-25 02:44:19 +07:00
committed by Dat H. Pham
parent f2ab8136f8
commit 950a0363bf
16 changed files with 255 additions and 160 deletions
@@ -36,7 +36,6 @@ class ContactView extends GetWidget<ContactController> {
controller.arguments = arguments;
controller.onSelectedContactCallback = onSelectedContactCallback;
controller.onDismissContactView = onDismissCallback;
controller.onInit();
}
@override