Skip to content

Commit

Permalink
Checking proper boolean value.
Browse files Browse the repository at this point in the history
  • Loading branch information
roundhill committed Sep 16, 2024
1 parent f770aca commit 0333856
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class BloggingPromptCardViewHolder(
}

attribution.isContainerClickable
.takeIf { true }
.takeIf { it }
?.let {
attributionContainer.setOnClickListener { containerClicked() }
}
Expand Down

0 comments on commit 0333856

Please sign in to comment.