mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 06:01:12 +00:00
Debug pEp
This commit is contained in:
parent
b001b4dde1
commit
25a402d794
1 changed files with 1 additions and 1 deletions
|
@ -6263,7 +6263,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
db.message().setMessageStored(message.id, new Date().getTime());
|
||||
db.message().setMessageFts(message.id, false);
|
||||
|
||||
if (BuildConfig.DEBUG && false) {
|
||||
if (BuildConfig.DEBUG) {
|
||||
File raw = message.getRawFile(context);
|
||||
Helper.copy(plain, raw);
|
||||
db.message().setMessageRaw(message.id, true);
|
||||
|
|
Loading…
Reference in a new issue