Remove obsolete TODO

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
Álvaro Brey Vilas 2021-12-21 16:02:20 +01:00
parent 724b75d5d3
commit bc90eb3db1
No known key found for this signature in database
GPG key ID: 2585783189A62105

View file

@ -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
);