mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Small improvement
This commit is contained in:
@@ -893,6 +893,10 @@ public class ContactInfo {
|
||||
}
|
||||
|
||||
private static int getSize(String sizes) {
|
||||
int q = sizes.indexOf('?');
|
||||
if (q >= 0)
|
||||
sizes = sizes.substring(0, q);
|
||||
|
||||
int max = 0;
|
||||
for (String size : sizes.split(" ")) {
|
||||
int min = Integer.MAX_VALUE;
|
||||
|
||||
Reference in New Issue
Block a user