mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Recognize links without protocol
This commit is contained in:
@@ -291,7 +291,7 @@ public class HtmlHelper {
|
||||
if (BuildConfig.DEBUG)
|
||||
Log.i("Web url=" + matcher.group() + " linked=" + linked + " scheme=" + scheme);
|
||||
|
||||
if (linked || scheme == null)
|
||||
if (linked)
|
||||
span.appendText(text.substring(pos, matcher.end()));
|
||||
else {
|
||||
span.appendText(text.substring(pos, matcher.start()));
|
||||
|
||||
Reference in New Issue
Block a user