This commit is contained in:
J. A. Messias 2025-01-23 16:51:17 -03:00
parent 37c72382f2
commit 980110d40f
1 changed files with 2 additions and 1 deletions

View File

@ -181,7 +181,8 @@ class _AppState extends State<App> {
);
_setupFirebaseMessaging();
if (TestUtil.isInTest) DeepLinkService().ensureInitialization();
// if (TestUtil.isInTest) //
DeepLinkService().ensureInitialization();
}
@override