This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
simple-email
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fixed crash
main
M66B
6 years ago
parent
a64b7999f2
commit
28b01666c6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/src/main/java/eu/faircode/email/EntityMessage.java
+ 1
- 1
app/src/main/java/eu/faircode/email/EntityMessage.java
View File
@ -127,7 +127,7 @@ public class EntityMessage implements Serializable {
try
{
this
.
body
=
(
body
=
=
null
?
""
:
body
)
;
out
=
new
BufferedWriter
(
new
FileWriter
(
file
)
)
;
out
.
write
(
body
)
;
out
.
write
(
this
.
body
)
;
}
finally
{
if
(
out
!
=
null
)
try
{
Write
Preview
Loading…
Cancel
Save