Use blue arrow down ico when incoming call was completed elsewhere

This commit is contained in:
Juha Heinanen
2025-06-15 17:24:43 +03:00
parent 4e4eb0e4b1
commit 9aa9e1d05a
5 changed files with 20 additions and 5 deletions
@@ -203,7 +203,7 @@ private fun startTime(detail: Details): String {
startTimeText = stopText
durationText = "?"
} else {
if (startTime == null) {
if (startTime == null || detail.direction == R.drawable.call_down_blue) {
startTimeText = stopText
durationText = ""
} else {