We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca8991 commit 801ad69Copy full SHA for 801ad69
app/src/main/kotlin/com/wire/android/ui/home/conversations/usecase/HandleUriAssetUseCase.kt
@@ -79,6 +79,7 @@ class HandleUriAssetUseCase @Inject constructor(
79
/**
80
* Handles the correctness of the supported schema of the URI.
81
*/
82
+ @Suppress("TooGenericExceptionCaught")
83
private fun isValidUriSchema(uri: Uri): Boolean {
84
return try {
85
fileManager.checkValidSchema(uri)
0 commit comments