Skip to content

Commit

Permalink
Suppress lint issues in notes adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevins committed Feb 6, 2024
1 parent a48cc3b commit f240059
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ class NotesAdapter(
return mFilteredNotes.size
}

@Suppress("CyclomaticComplexMethod", "LongMethod")
override fun onBindViewHolder(noteViewHolder: NoteViewHolder, position: Int) {
val note = getNoteAtPosition(position) ?: return
noteViewHolder.mContentView.tag = note.id
Expand Down

0 comments on commit f240059

Please sign in to comment.