Fixed folder properties

This commit is contained in:
M66B 2018-12-15 13:44:00 +01:00
parent 1a02eac88d
commit 38d7a67afb
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ public class FragmentFolder extends FragmentEx {
Log.i(Helper.TAG, "Updating folder=" + name);
db.folder().setFolderProperties(id,
name, display, unified, hide, notify,
name, display, unified, notify, hide,
synchronize, poll, download,
sync_days, keep_days);