mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
Remove obsolete TODO
Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
724b75d5d3
commit
bc90eb3db1
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ public class SyncedFolderProvider extends Observable {
|
|||
Cursor cursor = mContentResolver.query(
|
||||
ProviderMeta.ProviderTableMeta.CONTENT_URI_SYNCED_FOLDERS,
|
||||
null,
|
||||
null, // TODO check if this is correct, via test?
|
||||
null,
|
||||
null,
|
||||
null
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue