Skip to content

Commit af690a1

Browse files
alperozturk96backportbot[bot]
authored andcommitted
fix(auto-upload): remove not-existing local files without restarting
Signed-off-by: alperozturk <[email protected]>
1 parent fe1f5f4 commit af690a1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/src/main/java/com/nextcloud/client/database/dao/FileSystemDao.kt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ interface FileSystemDao {
2626
AND ${ProviderMeta.ProviderTableMeta._ID} = :id
2727
"""
2828
)
29-
suspend fun deleteByLocalPathAndId(
30-
localPath: String,
31-
id: Int
32-
)
29+
suspend fun deleteByLocalPathAndId(localPath: String, id: Int)
3330

3431
@Query(
3532
"""

0 commit comments

Comments
 (0)