diff --git a/android/navi-money-manager/src/main/kotlin/com/navi/moneymanager/postonboard/monthlysummary/ui/bottomsheet/CategoryCommonBottomSheet.kt b/android/navi-money-manager/src/main/kotlin/com/navi/moneymanager/postonboard/monthlysummary/ui/bottomsheet/CategoryCommonBottomSheet.kt index 987e05c4ad..0fd00cd0ac 100644 --- a/android/navi-money-manager/src/main/kotlin/com/navi/moneymanager/postonboard/monthlysummary/ui/bottomsheet/CategoryCommonBottomSheet.kt +++ b/android/navi-money-manager/src/main/kotlin/com/navi/moneymanager/postonboard/monthlysummary/ui/bottomsheet/CategoryCommonBottomSheet.kt @@ -662,15 +662,11 @@ private fun onProceedFooterButtonClick( ), counterPartyPreferences = if (isAutoCategoriseChecked) { - getTransactionList( - selectedItems = selectedItems, - selectedCategoryId = selectedChip, - createTransaction = { item, category -> - CounterPartyPreference( - counterPartyName = item.name, - selectedCategory = category - ) - } + listOf( + CounterPartyPreference( + counterPartyName = categoryTransactionData.counterPartyName, + selectedCategory = selectedChip + ) ) } else { null