Fixed that .toDouble() had been removed
This commit is contained in:
parent
fe3a97377f
commit
bca359d4ed
|
@ -351,7 +351,7 @@ open class SqliteBankingRepository : BankingRepository {
|
|||
holding.quantity, holding.currency,
|
||||
|
||||
mapAmount(holding.totalBalance), mapAmount(holding.marketValue),
|
||||
holding.performancePercentage,
|
||||
holding.performancePercentage?.toDouble(),
|
||||
mapAmount(holding.totalCostPrice), mapAmount(holding.averageCostPrice),
|
||||
|
||||
mapInstant(holding.pricingTime), mapDate(holding.buyingDate)
|
||||
|
|
Loading…
Reference in New Issue