mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
fix typo
This commit is contained in:
@@ -361,7 +361,7 @@ interface JsExtensions {
|
||||
}
|
||||
/* utf8 编码为hexString */
|
||||
fun hexEncodeToString(utf8: String): String? {
|
||||
return HexUtil.encodeHexStr(hex)
|
||||
return HexUtil.encodeHexStr(ut8)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user