1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-28 02:37:16 +00:00

Small improvement

This commit is contained in:
M66B 2020-02-07 16:13:17 +01:00
parent eed9527bef
commit 1f94132376

View file

@ -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;
}