mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-04 04:57:39 +01:00
Changing the date format
This commit is contained in:
parent
bc985aa1ef
commit
e0b77936c1
@ -39,7 +39,7 @@ class RoomActivePollsController @Inject constructor(
|
|||||||
data.forEach { poll ->
|
data.forEach { poll ->
|
||||||
activePollItem {
|
activePollItem {
|
||||||
id(poll.id)
|
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)
|
title(poll.title)
|
||||||
clickListener {
|
clickListener {
|
||||||
host.listener?.onPollClicked(poll.id)
|
host.listener?.onPollClicked(poll.id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user