NTP-71177 || Shrihari | AmcComposeActivity Crash fix (#16473)

This commit is contained in:
A Shrihari Raju
2025-06-05 18:26:33 +05:30
committed by GitHub
parent a8294f57c4
commit a345430dd0

View File

@@ -66,7 +66,11 @@ class AmcComposeActivity : AmcBaseActivity(), BackButtonHandler {
DeepLinkManager.getDeepLinkListener()
?.navigateTo(
activity = this,
ctaData = CtaData(url = DeeplinkConstants.INVESTMENT),
ctaData =
CtaData(
url =
DeeplinkConstants.HOME.plus("/").plus(DeeplinkConstants.INVESTMENT)
),
finish = false,
)
}