use the original date for history, not the resolved date

This commit is contained in:
Andrei Vereha 2021-10-27 09:11:04 +02:00
parent abc051d64e
commit 784f76ca30

View file

@ -20,9 +20,6 @@ data class HistoryRecord(
}
fun displayTimestamp(): Long {
resolvedAt?.let {
return it
}
return date
}