Small improvement

This commit is contained in:
M66B 2020-02-07 16:13:17 +01:00
parent eed9527bef
commit 1f94132376
1 changed files with 2 additions and 1 deletions

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