mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-26 17:52:29 +01:00
Changing my mind... keeping the dot in time ago
This commit is contained in:
parent
df3ae43ce7
commit
716a150fc3
@ -15,7 +15,7 @@ fun timeAgo(mills: Long?): String {
|
||||
humanReadable = "now";
|
||||
}
|
||||
|
||||
return humanReadable
|
||||
return " • " + humanReadable
|
||||
.replace(" hr. ago", "h")
|
||||
.replace(" min. ago", "m")
|
||||
.replace(" days ago", "d")
|
||||
|
Loading…
x
Reference in New Issue
Block a user