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