|
|
|
@ -40,6 +40,7 @@ class FeedTransactionRowRepresentableAdapter( |
|
|
|
* Display a transaction view |
|
|
|
* Display a transaction view |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
inner class RowTransactionViewHolder(itemView: View) : RecyclerView.ViewHolder(itemView), BindableHolder { |
|
|
|
inner class RowTransactionViewHolder(itemView: View) : RecyclerView.ViewHolder(itemView), BindableHolder { |
|
|
|
|
|
|
|
|
|
|
|
fun bind(position: Int, row: Transaction?, adapter: FeedTransactionRowRepresentableAdapter) { |
|
|
|
fun bind(position: Int, row: Transaction?, adapter: FeedTransactionRowRepresentableAdapter) { |
|
|
|
|
|
|
|
|
|
|
|
itemView.transactionRow.setData(row as Transaction) |
|
|
|
itemView.transactionRow.setData(row as Transaction) |
|
|
|
|