Skip to content

Commit fe4caf6

Browse files
Merge pull request openMF#137 from ashwinkey04/planned_payment_typo
Rename typo item_planned_payment.xml
2 parents 1c29fcb + 95aa371 commit fe4caf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/kotlin/org/mifos/mobile/cn/ui/adapter/PlannedPaymentAdapter.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import android.widget.TextView
1010
import androidx.annotation.DrawableRes
1111
import androidx.core.content.ContextCompat
1212
import kotlinx.android.synthetic.main.item_header_planned_payment.view.*
13-
import kotlinx.android.synthetic.main.item_panned_payment.view.*
13+
import kotlinx.android.synthetic.main.item_planned_payment.view.*
1414
import org.mifos.mobile.cn.R
1515
import org.mifos.mobile.cn.data.models.payment.CostComponent
1616
import org.mifos.mobile.cn.data.models.payment.PlannedPayment
@@ -100,7 +100,7 @@ class PlannedPaymentAdapter @Inject constructor(@ApplicationContext var context:
100100

101101
override fun onCreateItemViewHolder(parent: ViewGroup?, itemType: Int): ItemViewHolder {
102102
val inflater = LayoutInflater.from(parent!!.context)
103-
val v = inflater.inflate(R.layout.item_panned_payment, parent, false)
103+
val v = inflater.inflate(R.layout.item_planned_payment, parent, false)
104104
return ItemViewHolder(v)
105105
}
106106

0 commit comments

Comments
 (0)