NTP-69400 | SIP Sanity (#16432)

This commit is contained in:
Sayed Owais Ali
2025-06-04 18:51:00 +05:30
committed by GitHub
parent 23bd4a3730
commit 39ef368ac4
2 changed files with 2 additions and 0 deletions

View File

@@ -553,6 +553,7 @@ class FundDetailsFragment : AmcBaseFragment(), FooterInteractionListener {
ISIN to arguments?.getString(ISIN).orEmpty(),
)
}
it.putString(AmcAnalytics.SELECTED_TYPE, viewModel.selectedRadio)
fragmentInterchangeListener?.navigateToNextScreen(action, it)
}
}

View File

@@ -311,6 +311,7 @@ fun screenTemperature(screenName: String): Temperature {
SubPageStatusType.FUND_LANDING,
SubPageStatusType.MY_INVESTMENTS,
SubPageStatusType.FUND_CATEGORY_LIST_V2,
SubPageStatusType.FUND_DETAILS,
SubPageStatusType.FUND_LIST_V2 -> Temperature.GREEN
SubPageStatusType.ORDER_STATUS,
SubPageStatusType.SIP_MODIFICATION,