Skip to content

Commit

Permalink
[Jetchat] Fix broken record button behavior (#1282)
Browse files Browse the repository at this point in the history
Fixes #1281
  • Loading branch information
JolandaVerhoef committed Mar 11, 2024
2 parents 765c888 + 45c8167 commit ec7cca7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ fun RecordButton(
Text(stringResource(R.string.touch_and_hold_to_record))
}
},
enableUserInput = false,
state = tooltipState
) {
Icon(
Expand Down

0 comments on commit ec7cca7

Please sign in to comment.