Short, local date format in locale form
This commit is contained in:
parent
bd8d61997d
commit
031f5c472d
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class DetailAdapter(private val activity: Activity, private val repository: Repo
|
||||||
val context = itemView.context
|
val context = itemView.context
|
||||||
val unmatchedTags = unmatchedTags(splitTags(notification.tags))
|
val unmatchedTags = unmatchedTags(splitTags(notification.tags))
|
||||||
|
|
||||||
dateView.text = Date(notification.timestamp * 1000).toString()
|
dateView.text = formatDateShort(notification.timestamp)
|
||||||
messageView.text = formatMessage(notification)
|
messageView.text = formatMessage(notification)
|
||||||
newDotImageView.visibility = if (notification.notificationId == 0) View.GONE else View.VISIBLE
|
newDotImageView.visibility = if (notification.notificationId == 0) View.GONE else View.VISIBLE
|
||||||
itemView.setOnClickListener { onClick(notification) }
|
itemView.setOnClickListener { onClick(notification) }
|
||||||
|
|
Loading…
Add table
Reference in a new issue