mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 06:05:42 +03:00
added todo where the list refresh should take place
This commit is contained in:
parent
e93cd2723f
commit
127506baf3
1 changed files with 5 additions and 0 deletions
|
@ -481,6 +481,11 @@ public class FolderSyncActivity extends FileActivity implements FolderSyncAdapte
|
|||
item.setId(storedId);
|
||||
}
|
||||
|
||||
// custom folders newly created aren't in the list already,
|
||||
// so triggering a refresh
|
||||
if (MediaFolder.CUSTOM.equals(item.getType())) {
|
||||
// TODO add item to the list and enforce a refresh
|
||||
}
|
||||
} else {
|
||||
// existing synced folder setup to be updated
|
||||
mSyncedFolderProvider.updateSyncFolder(item);
|
||||
|
|
Loading…
Reference in a new issue