TF-1074 Change name app routes

This commit is contained in:
dab246
2022-10-24 15:53:30 +07:00
committed by Dat H. Pham
parent 5dc38460c8
commit b5e0569907
23 changed files with 104 additions and 107 deletions
@@ -245,7 +245,7 @@ class ForwardController extends BaseController {
if (kIsWeb) {
_openMailsForwardCreatorOverlay();
} else {
push(AppRoutes.EMAILS_FORWARD_CREATOR);
push(AppRoutes.emailsForwardCreator);
}
}
}