Skip to content

Commit

Permalink
remove suspicious return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
demchenkoalex committed Jun 9, 2024
1 parent 1f9d6ed commit ca9bcdd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/src/widgets/input/input.dart
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ class _InputState extends State<Input> {
}

void _handleTextControllerChange() {
if (_textController.value.isComposingRangeValid) {
return;
}
setState(() {
_sendButtonVisible = _textController.text.trim() != '';
});
Expand Down

0 comments on commit ca9bcdd

Please sign in to comment.