mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 17:13:23 +02:00
Remove white space from URIs
This commit is contained in:
@@ -4315,8 +4315,9 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
}
|
||||
}
|
||||
|
||||
private boolean onOpenLink(final Uri uri, String title, boolean always_confirm) {
|
||||
private boolean onOpenLink(Uri uri, String title, boolean always_confirm) {
|
||||
Log.i("Opening uri=" + uri + " title=" + title);
|
||||
uri = Uri.parse(uri.toString().replaceAll("\\s+", ""));
|
||||
|
||||
if ("email.faircode.eu".equals(uri.getHost()) && "/activate/".equals(uri.getPath())) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user