|
|
|
|
@ -63,7 +63,7 @@ class TransactionRowView : FrameLayout { |
|
|
|
|
rowTransaction.transactionSubtitle.text = subtitle |
|
|
|
|
|
|
|
|
|
// Amount |
|
|
|
|
val formattedStat = ComputedStat(Stat.NET_RESULT, transaction.amount).format() |
|
|
|
|
val formattedStat = ComputedStat(Stat.NET_RESULT, transaction.amount, currency = transaction.bankroll?.utilCurrency).format() |
|
|
|
|
rowTransaction.transactionAmount.setTextFormat(formattedStat, context) |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|