TF-548 Inject TmailContactDataSource in composer of TMail

This commit is contained in:
dab246
2022-05-13 10:48:38 +07:00
committed by Dat H. Pham
parent 7e2786089d
commit 909db3c5df
12 changed files with 54 additions and 26 deletions
+4 -2
View File
@@ -48,8 +48,10 @@ class AppPages {
GetPage(
name: AppRoutes.COMPOSER,
opaque: false,
page: () => DeferredWidget(composer.loadLibrary, () => composer.ComposerView()),
binding: ComposerBindings()),
page: () {
ComposerBindings().dependencies();
return DeferredWidget(composer.loadLibrary, () => composer.ComposerView());
}),
GetPage(
name: AppRoutes.DESTINATION_PICKER,
opaque: false,