This commit is contained in:
M66B
2022-02-11 20:31:13 +01:00
parent a04e0c7102
commit ed6cbba698

View File

@@ -716,7 +716,7 @@ public class ContactInfo {
int max = 0;
for (String size : sizes.split(" ")) {
int min = Integer.MAX_VALUE;
for (String p : size.trim().split("[x|X]")) {
for (String p : size.trim().split("[×|x|X]")) {
if (TextUtils.isEmpty(p) || "any".equalsIgnoreCase(p))
continue;