Skip to content
Snippets Groups Projects
Commit 09292589 authored by Taras's avatar Taras
Browse files

Change lat updated to seconds

parent ac815a80
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ class GroupViewHolder(
private fun setUpdateTime(timestamp: Long) {
binding.tvUpdateTime.text = context.getString(
R.string.last_updated_formatter, DateUtils.getRelativeTimeSpanString(
timestamp, System.currentTimeMillis(), DateUtils.HOUR_IN_MILLIS
timestamp, System.currentTimeMillis(), DateUtils.SECOND_IN_MILLIS
)
)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment