Changing my mind... keeping the dot in time ago

This commit is contained in:
Vitor Pamplona 2023-01-20 23:33:43 -03:00
parent df3ae43ce7
commit 716a150fc3

View File

@ -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")