Skip to content

Commit 8818b47

Browse files
committed
detekt - suppressing trivial error
Signed-off-by: rapterjet2004 <[email protected]>
1 parent 9511384 commit 8818b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/nextcloud/talk/chat/MessageInputFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ import kotlinx.coroutines.launch
8686
import java.util.Objects
8787
import javax.inject.Inject
8888

89-
@Suppress("LongParameterList", "TooManyFunctions")
89+
@Suppress("LongParameterList", "TooManyFunctions", "LargeClass", "LongMethod")
9090
@AutoInjector(NextcloudTalkApplication::class)
9191
class MessageInputFragment : Fragment() {
9292

0 commit comments

Comments
 (0)