NTP-71177 || Shrihari | AmcComposeActivity Crash fix (#16473)
This commit is contained in:
@@ -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,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user