mirror of
https://gitlab.com/xynngh/YetAnotherCallBlocker.git
synced 2025-06-05 22:19:12 +02:00
Fix another compatibility issue
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user