Skip to content

Commit

Permalink
suppress warning string format invalid
Browse files Browse the repository at this point in the history
Signed-off-by: sowjanyakch <[email protected]>
  • Loading branch information
sowjanyakch committed Nov 8, 2024
1 parent 3cf98e5 commit 1136ea7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2919,6 +2919,7 @@ class CallActivity : CallBaseActivity() {
raisedHand = if (callParticipantModel.raisedHand != null) callParticipantModel.raisedHand.state else false
}

@SuppressLint("StringFormatInvalid")
override fun onChange() {
if (callParticipantModel.raisedHand == null || !callParticipantModel.raisedHand.state) {
raisedHand = false
Expand Down

0 comments on commit 1136ea7

Please sign in to comment.