TF-3278 Handle open app via deep link at MailboxDashboard screen

This commit is contained in:
dab246
2025-02-05 03:00:08 -08:00
committed by Dat H. Pham
parent 8022559bc2
commit 223fdbf1fb
59 changed files with 1058 additions and 429 deletions
@@ -15,6 +15,6 @@ class DeepLinkBindings extends Bindings {
Get.find<AccountRepository>(),
Get.find<CredentialRepository>(),
));
Get.put(DeepLinksManager(Get.find<AutoSignInViaDeepLinkInteractor>()));
Get.put(DeepLinksManager());
}
}