mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 17:43:18 +02:00
Oops!
This commit is contained in:
@@ -2112,7 +2112,7 @@ public class HtmlHelper {
|
||||
text = block.get(i).getWholeText();
|
||||
for (int j = 0; j < text.length(); j++) {
|
||||
char kar = text.charAt(j);
|
||||
if (kar == ' ') {
|
||||
if (kar != ' ') {
|
||||
blank = false;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user