mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Force sync folder now
This commit is contained in:
@@ -696,7 +696,7 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
|
||||
return null;
|
||||
|
||||
if (folder.selectable)
|
||||
EntityOperation.sync(context, folder.id, true);
|
||||
EntityOperation.sync(context, folder.id, true, !childs);
|
||||
|
||||
if (childs) {
|
||||
List<EntityFolder> folders = db.folder().getChildFolders(folder.id);
|
||||
|
||||
Reference in New Issue
Block a user