mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 02:37:16 +00:00
Small improvement
This commit is contained in:
parent
eed9527bef
commit
1f94132376
1 changed files with 2 additions and 1 deletions
|
@ -5723,7 +5723,8 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
db.endTransaction();
|
||||
}
|
||||
|
||||
ServiceSynchronize.eval(context, "copy");
|
||||
if (copy)
|
||||
ServiceSynchronize.eval(context, "copy");
|
||||
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue