Skip to content

Commit 153cca5

Browse files
alperozturk96backportbot[bot]
authored andcommitted
revert
Signed-off-by: alperozturk <[email protected]>
1 parent 2de8687 commit 153cca5

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
@@ -41,7 +41,7 @@ import kotlinx.coroutines.withContext
4141
import kotlinx.coroutines.withTimeoutOrNull
4242
import java.lang.ref.WeakReference
4343

44-
@Suppress("LongParameterList", "ReturnCount", "TooGenericExceptionCaught", "DEPRECATION", "MagicNumber")
44+
@Suppress("LongParameterList", "ReturnCount", "TooGenericExceptionCaught")
4545
@SuppressLint("NotifyDataSetChanged")
4646
class OCFileListSearchTask(
4747
containerActivity: FileFragment.ContainerActivity,
@@ -64,6 +64,7 @@ class OCFileListSearchTask(
6464

6565
private var job: Job? = null
6666

67+
@Suppress("TooGenericExceptionCaught", "DEPRECATION", "ReturnCount")
6768
fun execute() {
6869
Log_OC.d(TAG, "search task running, query: ${event.searchType}")
6970
val fragment = fragmentReference.get() ?: return

0 commit comments

Comments
 (0)