mirror of
https://gitlab.com/xynngh/YetAnotherCallBlocker.git
synced 2025-03-15 19:10:15 +01:00
Fix another compatibility issue
This commit is contained in:
parent
1c6741996e
commit
b46b5a5acc
@ -11,7 +11,7 @@ import java.util.UUID;
|
||||
public class Utils {
|
||||
|
||||
public static String md5String(String str) {
|
||||
return new String(Hex.encodeHex(DigestUtils.md5(str)));
|
||||
return new String(Hex.encodeHex(DigestUtils.md5(str.getBytes())));
|
||||
}
|
||||
|
||||
public static String generateAppId() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user