Skip to content

Commit 5ad43d2

Browse files
committed
Suppress detekt TooManyFunctions on K9WebViewClient
1 parent 477697a commit 5ad43d2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

legacy/ui/legacy/src/main/java/com/fsck/k9/view/K9WebViewClient.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import net.thunderbird.core.logging.legacy.Log
2222
/**
2323
* [WebViewClient] that intercepts requests for `cid:` URIs to load the respective body part.
2424
*/
25+
@Suppress("TooManyFunctions")
2526
class K9WebViewClient(
2627
private val clipboardManager: ClipboardManager,
2728
private val attachmentResolver: AttachmentResolver?,

0 commit comments

Comments
 (0)