Skip to content

Commit daf2026

Browse files
committed
fix: update file download limit
Signed-off-by: alperozturk <[email protected]>
1 parent 297b05d commit daf2026

File tree

1 file changed

+1
-0
lines changed
  • app/src/main/java/com/nextcloud/client/database/dao

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import com.nextcloud.client.database.entity.ShareEntity
1515

1616
@Dao
1717
interface ShareDao {
18+
1819
@Insert(onConflict = OnConflictStrategy.REPLACE)
1920
suspend fun insertAll(shares: List<ShareEntity>)
2021

0 commit comments

Comments
 (0)