Skip to content

Commit

Permalink
Suppress TODO warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevins committed Feb 12, 2024
1 parent fe0a9d4 commit 1146fe9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ class NotesAdapter(

private fun Note.shouldShowMultipleAvatars() = isFollowType || isLikeType || isCommentLikeType

@Suppress("ForbiddenComment")
private fun NoteViewHolder.bindInlineActionIconsForNote(note: Note) {
when (note.type) {
NoteType.Comment -> {
Expand Down

0 comments on commit 1146fe9

Please sign in to comment.