Skip to content

Commit 801ad69

Browse files
committed
fix tests
1 parent aca8991 commit 801ad69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/kotlin/com/wire/android/ui/home/conversations/usecase/HandleUriAssetUseCase.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ class HandleUriAssetUseCase @Inject constructor(
7979
/**
8080
* Handles the correctness of the supported schema of the URI.
8181
*/
82+
@Suppress("TooGenericExceptionCaught")
8283
private fun isValidUriSchema(uri: Uri): Boolean {
8384
return try {
8485
fileManager.checkValidSchema(uri)

0 commit comments

Comments
 (0)