Prevent double quote

This commit is contained in:
M66B 2019-11-15 16:32:38 +01:00
parent 3cfbb08797
commit d6352d1679
1 changed files with 1 additions and 0 deletions

View File

@ -831,6 +831,7 @@ public class MessageHelper {
else {
if (compose) {
boolean quote = false;
personal = personal.replace("\"", "");
for (int c = 0; c < personal.length(); c++)
if ("()<>,;:\\\"[]@".indexOf(personal.charAt(c)) >= 0) {
quote = true;