Skip to content

Commit cab3b5c

Browse files
committed
wip
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent 9072d33 commit cab3b5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/com/owncloud/android/utils/RichDocumentDownloadAsParser.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ object RichDocumentDownloadAsParser {
2828

2929
private val json = Json { ignoreUnknownKeys = true }
3030

31+
@Suppress("TooGenericExceptionCaught")
3132
fun parse(jsonString: String?): DownloadAs? {
3233
if (jsonString.isNullOrBlank()) return null
3334

0 commit comments

Comments
 (0)