mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-19 16:51:08 +02:00
Changing my mind... keeping the dot in time ago
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user