use the original date for history, not the resolved date
This commit is contained in:
parent
abc051d64e
commit
784f76ca30
|
@ -20,9 +20,6 @@ data class HistoryRecord(
|
|||
}
|
||||
|
||||
fun displayTimestamp(): Long {
|
||||
resolvedAt?.let {
|
||||
return it
|
||||
}
|
||||
return date
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue