mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Simplification
This commit is contained in:
@@ -330,7 +330,7 @@ public class UriHelper {
|
||||
Uri result = (s > 0 ? Uri.parse(path.substring(s + 1)) : null);
|
||||
changed = (result != null);
|
||||
url = (result == null ? uri : result);
|
||||
} else if (uri.getHost() != null && uri.getHost().equals("go.dhlparcel.nl")) {
|
||||
} else if ("go.dhlparcel.nl".equals(uri.getHost())) {
|
||||
try {
|
||||
String path = uri.getPath();
|
||||
int s = path.lastIndexOf('/');
|
||||
|
||||
Reference in New Issue
Block a user