mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-04-02 20:41:16 +02:00
show date and time too at grouped call details
This commit is contained in:
parent
82e39ac8ad
commit
c1cb11a591
@ -264,7 +264,7 @@ class RecentCallsAdapter(activity: SimpleActivity, var recentCalls: ArrayList<Re
|
||||
}
|
||||
|
||||
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)
|
||||
setTextSize(TypedValue.COMPLEX_UNIT_PX, fontSize * 0.8f)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user