mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
Select * in updateDownloadedFiles
This commit is contained in:
parent
ab7c998d07
commit
27147e5e08
1 changed files with 1 additions and 1 deletions
|
@ -890,7 +890,7 @@ public class FileContentProvider extends ContentProvider {
|
|||
boolean upgraded = false;
|
||||
boolean renamed = false;
|
||||
|
||||
String selectQuery = "SELECT " + ProviderTableMeta._ID + " FROM " +
|
||||
String selectQuery = "SELECT * FROM " +
|
||||
ProviderTableMeta.FILE_TABLE_NAME +" WHERE " +
|
||||
ProviderTableMeta.FILE_ACCOUNT_OWNER +"=? AND " +
|
||||
ProviderTableMeta.FILE_STORAGE_PATH + " IS NOT NULL;";
|
||||
|
|
Loading…
Reference in a new issue