NTP-38050 | Divyesh | landing page unpaid bills sync fix (#15212)
This commit is contained in:
@@ -221,7 +221,6 @@ constructor(
|
||||
}
|
||||
}
|
||||
)
|
||||
fetchMyBills()
|
||||
fetchRewardDetails()
|
||||
updateArcProtectedStatus()
|
||||
updateArcTransactionCounter()
|
||||
@@ -706,10 +705,6 @@ constructor(
|
||||
)
|
||||
}
|
||||
|
||||
private fun fetchMyBills() {
|
||||
myBillsSyncJob.refreshBillsAsync(naviBbpsVmData.screen.screenName)
|
||||
}
|
||||
|
||||
private fun mapBillCategoriesResponseToEntities(
|
||||
billCategoriesResponse: BillCategoriesResponse
|
||||
): List<BillCategoryGroupEntity> {
|
||||
|
||||
@@ -1069,11 +1069,7 @@ internal fun PendingBillsSection(
|
||||
animatedUnpaidBills = nonDismissedUnpaidBills.toList()
|
||||
}
|
||||
|
||||
LaunchedEffect(nonDismissedUnpaidBills.size) {
|
||||
if (pendingBillsShowMoreLessButtonState !is PendingBillsShowMoreLessButtonState.Hidden) {
|
||||
updateAnimatedUnpaidBills()
|
||||
}
|
||||
}
|
||||
LaunchedEffect(nonDismissedUnpaidBills.size) { updateAnimatedUnpaidBills() }
|
||||
|
||||
Column(modifier = Modifier.fillMaxWidth().animateContentSize()) {
|
||||
animatedUnpaidBills.forEachIndexed { index, myBillEntity ->
|
||||
|
||||
Reference in New Issue
Block a user