mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Alt activate uri
This commit is contained in:
@@ -5589,6 +5589,11 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
Uri sanitized = UriHelper.sanitize(uri);
|
||||
if (sanitized != null && isActivate(sanitized))
|
||||
uri = sanitized;
|
||||
else if (title != null) {
|
||||
Uri alt = Uri.parse(title);
|
||||
if (isActivate(alt))
|
||||
uri = alt;
|
||||
}
|
||||
} catch (Throwable ignored) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user