We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad266b commit d75ad64Copy full SHA for d75ad64
app/src/main/java/com/owncloud/android/ui/fragment/OCFileListSearchTask.kt
@@ -23,7 +23,8 @@ import kotlinx.coroutines.withContext
23
import kotlinx.coroutines.withTimeoutOrNull
24
import java.lang.ref.WeakReference
25
26
-@SuppressLint("NotifyDataSetChanged", "LongParameterList")
+@Suppress("LongParameterList")
27
+@SuppressLint("NotifyDataSetChanged")
28
class OCFileListSearchTask(
29
containerActivity: FileFragment.ContainerActivity,
30
fragment: OCFileListFragment,
0 commit comments