TP-28544 | topup condition added (#6984)
This commit is contained in:
committed by
GitHub Enterprise
parent
b3610a38a5
commit
b92b262449
@@ -401,7 +401,7 @@ class LoanDetailsV2Fragment : LoanDetailsV2BaseFragment(), FooterWithDescription
|
||||
loanType = loanType
|
||||
)
|
||||
}
|
||||
else {
|
||||
else if(isTopupLoan()) {
|
||||
loanDetailsEventTracker.onTopupLoanAmountSliderChanged(
|
||||
viewModel.getPreviousLoanAmountValue().orZero().toString(),
|
||||
resIdToSliderValue.second.toDouble().toString(),
|
||||
@@ -440,7 +440,7 @@ class LoanDetailsV2Fragment : LoanDetailsV2BaseFragment(), FooterWithDescription
|
||||
loanType = loanType
|
||||
)
|
||||
}
|
||||
else {
|
||||
else if(isTopupLoan()) {
|
||||
loanDetailsEventTracker.onTopupLoanTenureSliderChanged(
|
||||
getAdditionalData()?.tenure?.value?.toString(),
|
||||
resIdToSliderValue.second.toDouble().toString(),
|
||||
|
||||
Reference in New Issue
Block a user