Skip to content

Commit d75ad64

Browse files
committed
fix: codacy
Signed-off-by: alperozturk <[email protected]>
1 parent 6ad266b commit d75ad64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/java/com/owncloud/android/ui/fragment/OCFileListSearchTask.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ import kotlinx.coroutines.withContext
2323
import kotlinx.coroutines.withTimeoutOrNull
2424
import java.lang.ref.WeakReference
2525

26-
@SuppressLint("NotifyDataSetChanged", "LongParameterList")
26+
@Suppress("LongParameterList")
27+
@SuppressLint("NotifyDataSetChanged")
2728
class OCFileListSearchTask(
2829
containerActivity: FileFragment.ContainerActivity,
2930
fragment: OCFileListFragment,

0 commit comments

Comments
 (0)