Skip to content

Commit

Permalink
Suppress MainActivity with TooManyFunction.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitjakhar committed Jun 11, 2024
1 parent c107409 commit 137d8c7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ import okio.Source
import okio.buffer
import okio.source

@Suppress("TooManyFunctions")
internal class MainActivity :
BaseChuckerActivity(),
SearchView.OnQueryTextListener {
Expand Down

0 comments on commit 137d8c7

Please sign in to comment.