We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f99d9e commit 33b53dfCopy full SHA for 33b53df
lib/widgets/message/message_view.dart
@@ -120,7 +120,7 @@ class MessageViewState extends State<MessageView> {
120
@override
121
Widget build(BuildContext context) => Column(
122
children: [
123
- if (rootPosition >= 0 && rootPosition < ChatController.instance.root.chain.length - maxMessages)
+ if (rootPosition < ChatController.instance.root.chain.length - maxMessages)
124
buildClearButton(),
125
Expanded(
126
child: buildSettingsListener()
0 commit comments