Purge after move/copy

This commit is contained in:
M66B
2020-11-10 19:14:21 +01:00
parent d8486845c9
commit 620ddc4e09
4 changed files with 5 additions and 4 deletions

View File

@@ -742,7 +742,7 @@ public class FragmentFolders extends FragmentBase {
db.endTransaction();
}
ServiceSynchronize.eval(context, "delete");
ServiceSynchronize.eval(context, "purge");
return null;
}