mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 16:25:30 +00:00
Added remark
This commit is contained in:
parent
767efb2c8f
commit
1d12d819f5
1 changed files with 1 additions and 0 deletions
|
@ -663,6 +663,7 @@ public class ContactInfo {
|
||||||
if (x < min)
|
if (x < min)
|
||||||
min = x;
|
min = x;
|
||||||
} catch (NumberFormatException ex) {
|
} catch (NumberFormatException ex) {
|
||||||
|
// "any"
|
||||||
Log.w(ex);
|
Log.w(ex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue