Skip to content

Commit 95a820a

Browse files
alperozturk96backportbot[bot]
authored andcommitted
fix: update file download limit
Signed-off-by: alperozturk <[email protected]>
1 parent bc6850f commit 95a820a

File tree

1 file changed

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

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,10 @@ import androidx.room.Dao
1111
import androidx.room.Insert
1212
import androidx.room.OnConflictStrategy
1313
import androidx.room.Query
14-
import androidx.room.Update
1514
import com.nextcloud.client.database.entity.ShareEntity
1615

1716
@Dao
1817
interface ShareDao {
19-
@Update
20-
suspend fun update(entity: ShareEntity)
21-
2218
@Insert(onConflict = OnConflictStrategy.REPLACE)
2319
suspend fun insertAll(shares: List<ShareEntity>)
2420

0 commit comments

Comments
 (0)