Compatibility improvement

This commit is contained in:
Him188 2020-02-09 12:52:00 +08:00
parent cf7e325259
commit 33867d0444

View File

@ -81,6 +81,7 @@ private fun calculateImageMd5ByImageId(imageId: String): ByteArray {
.substringAfter('{')
.substringBefore('}')
.replace("-", "")
.take(16 * 2)
.chunkedHexToBytes()
}
}