This commit is contained in:
M66B 2019-12-22 11:42:15 +01:00
parent d92187560a
commit 8ec76bffd2
1 changed files with 1 additions and 3 deletions

View File

@ -236,11 +236,9 @@ public class MessageHelper {
StringBuilder sb = new StringBuilder();
try (BufferedReader br = new BufferedReader(new FileReader(file))) {
String line;
while ((line = br.readLine()) != null) {
Log.i(line);
while ((line = br.readLine()) != null)
if (!line.startsWith("-----") && !line.endsWith("-----"))
sb.append(line);
}
}
imessage.addHeader("Autocrypt",