TP-22941 | development PR of https://github.cmd.navi-tech.in/medici/android-customer-app/pull/5853 (#5855)
* TP-22941 | added channel for offer upgrade fix * TP-20797 | added channel for offer upgrade fix
This commit is contained in:
committed by
GitHub Enterprise
parent
15b7863353
commit
6f2ded46fb
@@ -252,10 +252,29 @@ class AccountAggregatorActivity : BaseActivity() {
|
||||
measureExecutionTimeUtil.sendEvent(NaviAnalytics.PL_FINARKEIN_STATUS_API_SUCCESS)
|
||||
releaseListeners()
|
||||
binding.progressLayout.visibility = View.GONE
|
||||
val channelList = ArrayList<String>()
|
||||
channelList.add(IntentConstants.BANK_OFFER)
|
||||
val bundle =
|
||||
Bundle().apply {
|
||||
putStringArrayList(
|
||||
IntentConstants.OFFER_IMPROVEMENT_CHANNEL_TYPE,
|
||||
channelList
|
||||
)
|
||||
}
|
||||
successCta?.let {
|
||||
val channelList = ArrayList<String>()
|
||||
channelList.add(IntentConstants.BANK_OFFER)
|
||||
val bundle =
|
||||
Bundle().apply {
|
||||
putStringArrayList(
|
||||
IntentConstants.OFFER_IMPROVEMENT_CHANNEL_TYPE,
|
||||
channelList
|
||||
)
|
||||
}
|
||||
NaviDeepLinkNavigator.navigate(
|
||||
this@AccountAggregatorActivity,
|
||||
it
|
||||
it,
|
||||
bundle = bundle
|
||||
)
|
||||
}
|
||||
} else if (TextUtils.equals(status, FirebaseStatusType.FAILURE)) {
|
||||
|
||||
Reference in New Issue
Block a user