mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Changing the date format
This commit is contained in:
parent
bc985aa1ef
commit
e0b77936c1
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class RoomActivePollsController @Inject constructor(
|
|||
data.forEach { poll ->
|
||||
activePollItem {
|
||||
id(poll.id)
|
||||
formattedDate(host.dateFormatter.format(poll.creationTimestamp, DateFormatKind.EDIT_HISTORY_HEADER))
|
||||
formattedDate(host.dateFormatter.format(poll.creationTimestamp, DateFormatKind.TIMELINE_DAY_DIVIDER))
|
||||
title(poll.title)
|
||||
clickListener {
|
||||
host.listener?.onPollClicked(poll.id)
|
||||
|
|
Loading…
Add table
Reference in a new issue