Skip to content

Commit

Permalink
suppress lint warning for invalid string format
Browse files Browse the repository at this point in the history
Signed-off-by: sowjanyakch <[email protected]>
  • Loading branch information
sowjanyakch committed Nov 27, 2024
1 parent 57cd263 commit a9aef00
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ class IncomingDeckCardViewHolder(incomingView: View, payload: Any) : MessageHold
)
}

@SuppressLint("StringFormatInvalid")
private fun showDeckCard(message: ChatMessage) {
if (message.messageParameters != null && message.messageParameters!!.size > 0) {
for (key in message.messageParameters!!.keys) {
Expand Down

0 comments on commit a9aef00

Please sign in to comment.