Update collection mtime

pull/1244/head
Alex Baker 5 years ago
parent 3a837dab6e
commit f1a26ec1f3

@ -140,6 +140,7 @@ class EtebaseClient(
collection.meta = collection.meta.let { meta ->
name?.let { meta.name = it }
color?.let { meta.color = it.toHexColor() }
meta.mtime = currentTimeMillis()
meta
}
val collectionManager = etebase.collectionManager

Loading…
Cancel
Save