mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 14:45:47 +03:00
Fix code analytics
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
05b0ab040c
commit
c59a3ea577
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ class OfflineOperationsRepository(
|
|||
private val dao = fileDataStorageManager.offlineOperationDao
|
||||
private val pathSeparator = '/'
|
||||
|
||||
@Suppress("NestedBlockDepth")
|
||||
override fun getAllSubdirectories(fileId: Long): List<OfflineOperationEntity> {
|
||||
val result = mutableListOf<OfflineOperationEntity>()
|
||||
val queue = ArrayDeque<Long>()
|
||||
|
|
Loading…
Reference in a new issue