show date and time too at grouped call details

This commit is contained in:
tibbi 2020-12-31 21:31:04 +01:00
parent 82e39ac8ad
commit c1cb11a591

View File

@ -264,7 +264,7 @@ class RecentCallsAdapter(activity: SimpleActivity, var recentCalls: ArrayList<Re
} }
item_recents_date_time.apply { item_recents_date_time.apply {
text = call.startTS.formatDateOrTime(context, true) text = call.startTS.formatDateOrTime(context, refreshItemsListener != null)
setTextColor(if (call.type == Calls.MISSED_TYPE) redColor else textColor) setTextColor(if (call.type == Calls.MISSED_TYPE) redColor else textColor)
setTextSize(TypedValue.COMPLEX_UNIT_PX, fontSize * 0.8f) setTextSize(TypedValue.COMPLEX_UNIT_PX, fontSize * 0.8f)
} }